ERC20StandardToken
Verified contract
Active on
Ethereum with 187 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ERC20StandardToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10248513 | 4 years ago | | | 0 | 0.00073712000 | |
| 10189976 | 4 years ago | | | 0 | 0.0010350060 | |
| 10172185 | 5 years ago | | | 0 | 0.0011413600 | |
| 10172185 | 5 years ago | | | 0 | 0.00081109600 | |
| 10172185 | 5 years ago | | | 0 | 0.00081083200 | |
| 10172185 | 5 years ago | | | 0 | 0.0010892280 | |
| 10172185 | 5 years ago | | | 0 | 0.00077422800 | |
| 10172185 | 5 years ago | | | 0 | 0.0010892280 | |
| 10172185 | 5 years ago | | | 0 | 0.00073760009 | |
| 10172184 | 5 years ago | | | 0 | 0.00073736009 |
ABI
ABI objects
Getter at block 21315411
decimals() view returns (uint256)
18
mintable() view returns (bool)
false
name() view returns (string)
stotoken
owner() view returns (address)
0x3ef9e723182e0eac78b74a95905bb15ef8ee1202
symbol() view returns (string)
ston
totalSupply() view returns (uint256)
1160000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool)
mint(uint256 amount)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(address _owner, string _name, string _symbol, uint256 _decimals, uint256 _totalSupply, bool _mintable)
This contract contains no fallback and receive objects.
This contract contains no error objects.