Variable Types: Address Flashcards

1
Q

call, callcode or delegatecall

A

allows interactions with a contract with need to know the contract’s structure (ABI)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

T/F: Are these fucntions very low level

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

they cause security issues if the contract

A

called contains malicious/prolematic codes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

these functions should only be used

A

as a last resort

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

to access another contract

A

should call a function using cotract interfaces (later)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly