TokenCashier
Verified contract
Active on
Ethereum with 5,564 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($27.09)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
IOTX | ERC-20 | 600 | $0.045157 |
$27.09 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21126925 | 6 days ago | | | 0 | 0.00091558464 | |
| 21126010 | 6 days ago | | | 0 | 0.0038728800 | |
| 21125596 | 6 days ago | | | 0 | 0.0017212800 | |
| 21125100 | 6 days ago | | | 0 | 0.0014000635 | |
| 21118425 | 7 days ago | | | 0 | 0.00064178419 | |
| 21111710 | 8 days ago | | | 0 | 0.00039022593 | |
| 21111586 | 8 days ago | | | 0 | 0.00047824953 | |
| 21111385 | 8 days ago | | | 0 | 0.00046128161 | |
| 21111007 | 8 days ago | | | 0 | 0.00033058821 | |
| 21107732 | 8 days ago | | | 0.01 | 0.00076071319 |
ABI
ABI objects
Getter at block 21167787
depositFee() view returns (uint256)
0
owner() view returns (address)
0x3ec4fb908f34ff0ed131cc48c7a626fe8f927a24
paused() view returns (bool)
true
wrappedCoin() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
count(address _token) view returns (uint256)
counts(address) view returns (uint256)
tokenLists(uint256) view returns (address)
tokenSafes(uint256) view returns (address)
State-modifying
Events deposit(address _token, uint256 _amount) payable
depositTo(address _token, address _to, uint256 _amount) payable
pause()
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)
Unpause()
constructor(address _wrappedCoin, address[] _tokenLists, address[] _tokenSafes)
fallback()
This contract contains no error objects.