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)
2
Q
T/F: Are these fucntions very low level
A
True
3
Q
they cause security issues if the contract
A
called contains malicious/prolematic codes
4
Q
these functions should only be used
A
as a last resort
5
Q
to access another contract
A
should call a function using cotract interfaces (later)