Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.77)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STON | ERC-20 | 10.364584K | $0.000171 |
$1.77 | |
STT | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10979524 | 4 years ago | | | 0 | 0.0042228640 | |
| 10951116 | 4 years ago | | | 0 | 0.0056520960 | |
| 10951107 | 4 years ago | | | 0 | 0.014559500 | |
| 10925335 | 4 years ago | | | 0 | 0.0038048256 | |
| 10925277 | 4 years ago | | | 0 | 0.011575385 | |
| 10911171 | 4 years ago | | | 0 | 0.016559860 | |
| 10907761 | 4 years ago | | | 0 | 0.0087800602 | |
| 10898092 | 4 years ago | | | 0 | 0.0094469000 | |
| 10887048 | 4 years ago | | | 0 | 0.015577728 | |
| 10887041 | 4 years ago | | | 0 | 0.037862500 |
ABI
ABI objects
Getter at block 21162415
creationBlock() view returns (uint256)
8701629
decimals() view returns (uint8)
8
isOwner() view returns (bool)
false
maxSupply() view returns (uint256)
37000000000000000
mintingDone() view returns (bool)
true
name() view returns (string)
STON
owner() view returns (address)
0x22506c6528f51a2f7acaf86c1fd2244a6c51a298
parentSnapShotBlock() view returns (uint256)
0
parentToken() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
STON
totalSupply() view returns (uint256)
37000000000000000
transfersEnabled() view returns (bool)
true
version() view returns (string)
MMT_0.2
whitelistManager() view returns (address)
0x22506c6528f51a2f7acaf86c1fd2244a6c51a298
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
balanceOfAt(address _owner, uint256 _blockNumber) view returns (uint256)
totalSupplyAt(uint256 _blockNumber) view returns (uint256)
whitelist(address) view returns (bool)
State-modifying
Events addWhitelist(address _subject) returns (bool)
approve(address _spender, uint256 _amount) returns (bool success)
changeWhitelistManager(address _manager)
claimTokens(address _token)
enableTransfers(bool _transfersEnabled)
finishMinting()
mint(address[] _recipients, uint256[] _amounts)
modifyWhitelistMultiple(address[] _subjects, bool _status)
removeWhitelist(address _subject) returns (bool)
renounceOwnership()
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _amount)
ClaimedTokens(address indexed _token, address indexed _controller, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _amount)
WhitelistEdit(address indexed subject, bool indexed status)
WhitelistManagerChange(address indexed manager)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.