Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($33.78)
Native
Value
$33.78
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.01 | $3,377.93 |
$33.78 | |
FST | ERC-20 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18903078 | 10 months ago | | | 0 | 0.00049042626 | |
| 15489712 | 2 years ago | | | 0 | 0.0010174772 | |
| 14256161 | 3 years ago | | | 0 | 0.0014498732 | |
| 13439741 | 3 years ago | | | 0 | 0.0040504292 | |
| 13064108 | 3 years ago | | | 0 | 0.0026139120 | |
| 12683206 | 3 years ago | | | 0 | 0.00081967200 | |
| 12612394 | 3 years ago | | | 0 | 0.00048961440 | |
| 12585024 | 3 years ago | | | 0 | 0.00048972000 | |
| 12523549 | 3 years ago | | | 0 | 0.0012243000 | |
| 12482883 | 3 years ago | | | 0 | 0.0011402280 |
ABI
ABI objects
Getter at block 21167906
decimals() view returns (uint256)
8
distributionFinished() view returns (bool)
true
minContribution() view returns (uint256)
10000000000000000
name() view returns (string)
Rizubot
symbol() view returns (string)
RZB
tokensPerEth() view returns (uint256)
2000000000000000
totalDistributed() view returns (uint256)
10000019999921584912
totalSupply() view returns (uint256)
10000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getTokenBalance(address tokenAddress, address who) view returns (uint256)
State-modifying
Events adminClaimAirdrop(address _participant, uint256 _amount)
adminClaimAirdropMultiple(address[] _addresses, uint256 _amount)
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value)
finishDistribution() returns (bool)
getTokens() payable
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
updateTokensPerEth(uint256 _tokensPerEth)
withdraw()
withdrawAltcoinTokens(address _tokenContract) returns (bool)
Airdrop(address indexed _owner, uint256 _amount, uint256 _balance)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
Distr(address indexed to, uint256 amount)
DistrFinished()
TokensPerEthUpdated(uint256 _tokensPerEth)
Transfer(address indexed _from, address indexed _to, uint256 _value)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.