EscrowedERC20Bouncer
Verified contract
Active on
Ethereum with 479 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($863.52)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x89d2…0359 | ERC-20 | 42 | $20.56 |
$863.52 | |
AMB | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6872642 | 6 years ago | | | 0 | 0.00059066500 | |
| 6839702 | 6 years ago | | | 0 | 0.00049624260 | |
| 6828542 | 6 years ago | | | 0 | 0.0010631970 | |
| 6827423 | 6 years ago | | | 0 | 0.00082707100 | |
| 6819170 | 6 years ago | | | 0 | 0.00092837700 | |
| 6818852 | 6 years ago | | | 0 | 0.0010631970 | |
| 6818534 | 6 years ago | | | 0 | 0.0011806900 | |
| 6817903 | 6 years ago | | | 0 | 0.00082693100 | |
| 6812209 | 6 years ago | | | 0 | 0.00069116486 | |
| 6811960 | 6 years ago | | | 0 | 0.00070891800 |
ABI
ABI objects
Getter at block 21413702
ROLE_BOUNCER() view returns (string)
bouncer
nonce() view returns (uint256)
476
owner() view returns (address)
0xaa9d55355dd765f9eb56484bda7de3c11fcf547d
Read-only
checkRole(address _operator, string _role) view
hasRole(address _operator, string _role) view returns (bool)
State-modifying
Events addBouncer(address _bouncer)
removeBouncer(address _bouncer)
renounceOwnership()
transferOwnership(address _newOwner)
withdraw(uint256 _nonce, address _token, address _to, uint256 _amount, bytes _signature)
withdrawAll(address _token, address _to)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdded(address indexed operator, string role)
RoleRemoved(address indexed operator, string role)
constructor(address _bouncer)
This contract contains no fallback and receive objects.
This contract contains no error objects.