Estatium
Verified contract
Active on
Ethereum with 1,288 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 |
---|---|---|---|---|---|
EST | ERC-20 | 50 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6927982 | 6 years ago | | | 0 | 0.0010100760 | |
| 6673729 | 6 years ago | | | 0 | 0.0010100760 | |
| 5754379 | 6 years ago | | | 0 | 0.0010100760 | |
| 5565993 | 7 years ago | | | 0 | 0.0010100760 | |
| 5411692 | 7 years ago | | | 0 | 0.0010074520 | |
| 5411623 | 7 years ago | | | 0 | 0.0010074520 | |
| 5385914 | 7 years ago | | | 0 | 0.0010100760 | |
| 5385899 | 7 years ago | | | 0 | 0.0010100760 | |
| 5385844 | 7 years ago | | | 0 | 0.0010100760 | |
| 5347962 | 7 years ago | | | 0 | 0.00018754500 |
ABI
ABI objects
Getter at block 21255587
decimals() view returns (uint8)
18
distributor() view returns (address)
0x00193e8b33785cd92339f1fcbc3fbe0e0e59ffcf
name() view returns (string)
Estatium
owner() view returns (address)
0x8ae0b362417d13c6937cf8fdeb3e9762dd70a34c
standard() view returns (string)
Estatium token v1.0
symbol() view returns (string)
EST
tokenFrozen() view returns (bool)
true
totalSupply() view returns (uint256 totalsupply)
84000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value)
freezeTransfers()
setDistributorAddress(address _newDistributorAddress)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed _from, uint256 _value)
Mint(address indexed _to, uint256 _value)
TokenFrozen()
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.