TokenCashierWithPayload
Verified contract
Active on
Ethereum with 248 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 "TokenCashierWithPayload"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21317658 | an hour ago | | | 0 | 0.0032220800 | |
| 21317623 | an hour ago | | | 0 | 0.0038878650 | |
| 21317557 | an hour ago | | | 0 | 0.0036201220 | |
| 21317498 | an hour ago | | | 7 | 0.0045805800 | |
| 21317408 | 2 hours ago | | | 0 | 0.0059608480 | |
| 21317365 | 2 hours ago | | | 6 | 0.0064891550 | |
| 21317331 | 2 hours ago | | | 0 | 0.0084669060 | |
| 21317283 | 2 hours ago | | | 0 | 0.0096648000 | |
| 21316233 | 6 hours ago | | | 0 | 0.0030169386 | |
| 21316026 | 6 hours ago | | | 0 | 0.0025725435 |
ABI
ABI objects
Getter at block 21317882
depositFee() view returns (uint256)
0
owner() view returns (address)
0x6dd31a526ee3ddbc7be888b729a445695c03148e
paused() view returns (bool)
false
wrappedCoin() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
count(address _token) view returns (uint256)
counts(address) view returns (uint256)
getSafeAddress(address _token) view returns (address)
tokenLists(uint256) view returns (address)
tokenSafes(uint256) view returns (address)
State-modifying
Events addTokenList(address _tokenList, address _tokenSafe)
deposit(address _token, uint256 _amount) payable
deposit(address _token, uint256 _amount, bytes _payload) payable
depositTo(address _token, address _to, uint256 _amount) payable
depositTo(address _token, address _to, uint256 _amount, bytes _payload) payable
pause()
renounceOwnership()
setDepositFee(uint256 _fee)
transferOwnership(address newOwner)
unpause()
withdraw()
withdrawToken(address _token)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Receipt(address indexed token, uint256 indexed id, address sender, address recipient, uint256 amount, uint256 fee, bytes payload)
TokenListAdded(address tokenList, address tokenSafe)
Unpause()
constructor(address _wrappedCoin)
fallback()
This contract contains no error objects.