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 |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
EBC | ERC-20 | 4.391159M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
NBAI | ERC-20 | 300 | -- | -- | |
PCPie | ERC-20 | 2 | -- | -- | |
MYOU | ERC-20 | 0.2 | -- | -- | |
WDT | ERC-20 | 0.0002 | -- | -- | |
| ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20452939 | 3 months ago | | | 0 | 0.000051894000 | |
| 20408528 | 3 months ago | | | 0 | 0.000054270000 | |
| 20395551 | 3 months ago | | | 0 | 0.000054270000 | |
| 19967962 | 5 months ago | | | 0 | 0.0031187569 | |
| 18839359 | a year ago | | | 0 | 0.0010531021 | |
| 18837779 | a year ago | | | 0 | 0.0017039627 | |
| 18832179 | a year ago | | | 0 | 0.0013035567 | |
| 18832043 | a year ago | | | 0 | 0.0021135267 | |
| 18825073 | a year ago | | | 0 | 0.0021810846 | |
| 18759409 | a year ago | | | 0 | 0.0014613198 |
ABI
ABI objects
Getter at block 21159561
decimals() view returns (uint8)
18
manager() view returns (address)
0x4929256ad2179784accd6ea24ee56ed37446c6ba
name() view returns (string)
EBCoin
owner() view returns (address)
0x4929256ad2179784accd6ea24ee56ed37446c6ba
released() view returns (bool)
true
symbol() view returns (string)
EBC
totalSupply() view returns (uint256)
10295055165813244510318994500
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
releaseTime(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(address _from, uint256 _value) returns (bool)
changeManager(address _newManager)
changeOwner(address _newOwner)
mint(address _to, uint256 _value, uint256 _releaseTime) returns (bool)
setReleaseTime(address _owner, uint256 _newReleaseTime) returns (bool)
setReleased(bool _newReleased) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed _from, uint256 _value)
ManagerChanged(address indexed _oldManager, address _newManager)
Mint(address indexed _to, uint256 _value)
OwnerChanged(address indexed _oldOwner, address indexed _newOwner)
ReleaseTimeChanged(address indexed _owner, uint256 _oldReleaseTime, uint256 _newReleaseTime)
ReleasedChanged(bool _oldReleased, bool _newReleased)
Transfer(address indexed _from, address indexed _to, uint256 _value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.