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 |
---|---|---|---|---|---|
ENTR | ERC-20 | 39.996K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17463921 | a year ago | | | 0 | 0.00050271955 | |
| 13933416 | 3 years ago | | | 0 | 0.0036503722 | |
| 13933031 | 3 years ago | | | 0 | 0.0038038106 | |
| 13927052 | 3 years ago | | | 0 | 0.0027562650 | |
| 13881440 | 3 years ago | | | 0 | 0.0033596555 | |
| 11081640 | 4 years ago | | | 0 | 0.00077663745 | |
| 8844547 | 5 years ago | | | 0 | 0.00013544400 | |
| 8844406 | 5 years ago | | | 0 | 0.00037574000 | |
| 8839312 | 5 years ago | | | 0 | 0.00022510000 | |
| 8839051 | 5 years ago | | | 0 | 0.00021004000 |
ABI
ABI objects
Getter at block 21162413
HARD_CAP() view returns (uint256)
250000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
ENTRADE
owner() view returns (address)
0x5aa51250f5eb9e6610c3e612833a4d9225019d6b
saleClosed() view returns (bool)
true
saleTokensAddress() view returns (address)
0x5aa51250f5eb9e6610c3e612833a4d9225019d6b
symbol() view returns (string)
ENTR
totalSupply() view returns (uint256)
250000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
whitelisted(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
close()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
recoverERC20Tokens(address _contractAddress)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
whitelist(address _address)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _saleTokensAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.