EtherizerV2
Verified contract
Active on
Ethereum with 0 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "EtherizerV2"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "EtherizerV2"
ABI
ABI objects
Getter at block 21158175
This contract contains no getter function objects.
Read-only
allowance(address owner, address spender) view returns (uint256 etherAllowance)
balanceOf(address account) view returns (uint256 amount)
getMetaTransactionMessageHash(bytes4 functionSelector, bytes arguments, uint256 expiration, bytes32 salt) view returns (bytes32 messageHash, bool valid)
State-modifying
Events approve(address spender, uint256 value) returns (bool success)
cancelAllowanceModificationMetaTransaction(address owner, address spender, uint256 value, bool increase, uint256 expiration, bytes32 salt) returns (bool success)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool success)
increaseAllowance(address spender, uint256 addedValue) returns (bool success)
modifyAllowanceViaMetaTransaction(address owner, address spender, uint256 value, bool increase, uint256 expiration, bytes32 salt, bytes signatures) returns (bool success)
transferFrom(address owner, address recipient, uint256 amount) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.