Eleven01
Verified contract
Active on
Ethereum with 5,949 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 |
---|---|---|---|---|---|
E01 | ERC-20 | 2.794928M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14298985 | 3 years ago | | | 0 | 0.0020114799 | |
| 13360151 | 3 years ago | | | 0 | 0.0035749178 | |
| 12249302 | 4 years ago | | | 0 | 0.0027853750 | |
| 11712903 | 4 years ago | | | 0 | 0.0019295010 | |
| 11602144 | 4 years ago | | | 0 | 0.0032014125 | |
| 11599418 | 4 years ago | | | 0 | 0.0035512004 | |
| 11563038 | 4 years ago | | | 0 | 0.0016513890 | |
| 11563010 | 4 years ago | | | 0 | 0.0027155370 | |
| 11371644 | 4 years ago | | | 0 | 0.0011477700 | |
| 11371631 | 4 years ago | | | 0 | 0.0011474100 |
ABI
ABI objects
Getter at block 21161763
MAX_SUPPLY() view returns (uint256)
5500000000000000000000000000
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
Eleven01
owner() view returns (address)
0x20d407b318b168488fd44d7050beacf4308ab5d0
symbol() view returns (string)
E01
totalSupply() view returns (uint256)
5500000000000000000000000000
unlocked() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseApproval(address spender, uint256 subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unlockToken()
Approval(address indexed owner, address indexed spender, uint256 value)
E01TokenUnlocked()
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.