Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TROP | ERC-20 | 42 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20152500 | 5 months ago | | | 0 | 0.000053884858 | |
| 19264658 | 9 months ago | | | 0 | 0.0010427790 | |
| 19257463 | 9 months ago | | | 0 | 0.00052300369 | |
| 19257460 | 9 months ago | | | 0 | 0.00053225383 | |
| 19254479 | 9 months ago | | | 0 | 0.00046770982 | |
| 19254412 | 9 months ago | | | 0 | 0.00044430816 | |
| 19254411 | 9 months ago | | | 0 | 0.00044452839 | |
| 19049712 | 10 months ago | | | 0 | 0.00040049233 | |
| 17925690 | a year ago | | | 0 | 0.00048444000 | |
| 17908726 | a year ago | | | 0 | 0.00035368681 |
ABI
ABI objects
Getter at block 21229074
MAX_SUPPLY() view returns (uint256)
86000000000000000000000
contractStartTimestamp() view returns (uint256)
1611350522
decimals() view returns (uint8)
18
name() view returns (string)
Interop.Finance
owner() view returns (address)
0x742b8b5db514605e15018ec2063726432f45d2be
rewardDistributor() view returns (address)
0x60aa67ae3dd337372fa3645942f4c24e237b76e6
symbol() view returns (string)
TROP
taxer() view returns (address)
0x2c3388c1c31847692183ef60c79501ec8867d973
totalSupply() view returns (uint256)
86000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setRewardDistributor(address _rewardDistributor)
setTaxer(address _taxer)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Log(string log)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _wl)
This contract contains no fallback and receive objects.
This contract contains no error objects.