TokenClaim
Verified contract
Active on
Ethereum with 146 txns
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 |
---|---|---|---|---|---|
MORI | ERC-20 | 10.111026K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18891697 | a year ago | | | 0 | 0.0022593251 | |
| 18848595 | a year ago | | | 0 | 0.0025278713 | |
| 18848220 | a year ago | | | 0 | 0.0019974694 | |
| 18848139 | a year ago | | | 0 | 0.0021070302 | |
| 18699400 | a year ago | | | 0 | 0.0039709173 | |
| 18585748 | a year ago | | | 0 | 0.0050409716 | |
| 18582166 | a year ago | | | 0 | 0.0033546903 | |
| 18580921 | a year ago | | | 0 | 0.0036321205 | |
| 18497020 | a year ago | | | 0 | 0.0014445406 | |
| 18489299 | a year ago | | | 0 | 0.0013189202 |
ABI
ABI objects
Getter at block 21184046
owner() view returns (address)
0xe22f3ab34f6503fe99b0cc754defd256e29e4d45
startAt() view returns (uint256)
1695297600
token() view returns (address)
0x00c8555542158fff0feb892c8e000a8d1831762c
tokenSaleStep1() view returns (address)
0xc4123e91dc08cb63a6df1dbc7a859744e38ce372
tokenSaleStep2() view returns (address)
0x78de90f97ab20fb7c3a9d8a05178fb091cc775c1
Read-only
claimed(address) view returns (bool)
refunded(address) view returns (bool)
State-modifying
Events claim()
renounceOwnership()
shares(address _account) returns (uint256 _share)
transferOwnership(address newOwner)
updateRefunded(address[] _accounts, bool value)
updateStartAt(uint256 _startAt)
withdrawFund(address _recipient)
Claim(address indexed _recipient, uint256 _claimAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _token, uint256 _startAt, address _tokenSaleStep1, address _tokenSaleStep2)
This contract contains no fallback and receive objects.
This contract contains no error objects.