ExecutionDelegate
Verified contract
Active on
Ethereum with 43 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ExecutionDelegate"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20935092 | 2 months ago | | | 0 | 0.00064107690 | |
| 18141847 | a year ago | | | 0 | 0.00038069916 | |
| 18123653 | a year ago | | | 0 | 0.00020443419 | |
| 17614534 | a year ago | | | 0 | 0.00085329753 | |
| 17401619 | 2 years ago | | | 0 | 0.0013375500 | |
| 17376031 | 2 years ago | | | 0 | 0.00063399774 | |
| 17341007 | 2 years ago | | | 0 | 0.0013005138 | |
| 17334123 | 2 years ago | | | 0 | 0.0023849026 | |
| 17221944 | 2 years ago | | | 0.0001 | 0.0017219299 | |
| 17004229 | 2 years ago | | | 0 | 0.00075046655 |
ABI
ABI objects
Getter at block 21332308
owner() view returns (address)
0xfa9fb502534761dbddacf5b7e2aa84684815f1bb
Read-only
contracts(address) view returns (bool)
revokedApproval(address) view returns (bool)
State-modifying
Events approveContract(address _contract)
denyContract(address _contract)
grantApproval()
renounceOwnership()
revokeApproval()
transferERC1155(address collection, address from, address to, uint256 tokenId, uint256 amount)
transferERC20(address token, address from, address to, uint256 amount)
transferERC721(address collection, address from, address to, uint256 tokenId)
transferERC721Unsafe(address collection, address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
ApproveContract(address indexed _contract)
DenyContract(address indexed _contract)
GrantApproval(address indexed user)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RevokeApproval(address indexed user)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.