EUB Chain
Verified contract
Active on
Ethereum with 6,842 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "EUB Chain"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12444377 | 3 years ago | | | 0 | 0.0026582400 | |
| 12341463 | 4 years ago | | | 0 | 0.0019050720 | |
| 11389978 | 4 years ago | | | 0 | 0.00094608000 | |
| 10833285 | 4 years ago | | | 0 | 0.0078019200 | |
| 10825048 | 4 years ago | | | 0 | 0.0044948545 | |
| 10808706 | 4 years ago | | | 0 | 0.0099458791 | |
| 10808611 | 4 years ago | | | 0 | 0.0096447600 | |
| 10808479 | 4 years ago | | | 0 | 0.0092421120 | |
| 10790487 | 4 years ago | | | 0 | 0.0039402000 | |
| 10790432 | 4 years ago | | | 0 | 0.0039402000 |
ABI
ABI objects
Getter at block 21167963
decimals() view returns (uint8)
8
isIcoOpen() view returns (bool)
true
name() view returns (string)
EUB Chain
owner() view returns (address)
0xe0f58e3b40d5b97aa1c72dd4853cb462e8628386
paused() view returns (bool)
false
startTime() view returns (uint256)
1532257430
symbol() view returns (string)
EUBC
tokenSold() view returns (uint256)
3062022800000000
totalSupply() view returns (uint256)
100000000000000000
Read-only
allocationOf(address _wallet) view returns (uint256)
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
releasableAmount(address _wallet) view returns (uint256)
vestedAmount(address _wallet) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
release() returns (uint256)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
vestedTransfer(address _to, uint256 _amount, uint256 _lockMonths) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Release(address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
VestTransfer(address indexed from, address indexed to, uint256 amount, uint256 startTime, uint256 lockMonths)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.