Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,178.47)
Native
Value
$2,178.47
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.663 | $3,285.78 |
$2,178.47 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15636923 | 2 years ago | | | 0.039 | 0.00050682943 | |
| 15477138 | 2 years ago | | | 0.039 | 0.00034849726 | |
| 15459774 | 2 years ago | | | 0.039 | 0.00089802937 | |
| 15454188 | 2 years ago | | | 0.039 | 0.0016550073 | |
| 15430518 | 2 years ago | | | 0.195 | 0.00071521120 | |
| 15429753 | 2 years ago | | | 0.039 | 0.00098063033 | |
| 15410468 | 2 years ago | | | 0.195 | 0.0014161543 | |
| 15393477 | 2 years ago | | | 0.039 | 0.00064558784 | |
| 15386571 | 2 years ago | | | 0.039 | 0.00042228561 | |
| 15381019 | 2 years ago | | | 0 | 0.00010196206 |
ABI
ABI objects
Getter at block 21165749
MAX_INT() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
decimals() view returns (uint8)
18
name() view returns (string)
Elixir
owner() view returns (address)
0xcb7a92f2e8dca5376195f7287b9724da83aa693f
saleOpen() view returns (bool)
true
symbol() view returns (string)
ELX
totalSupply() view returns (uint256)
2879000000000000000000
transferable() view returns (bool)
false
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events addElixirMerchant(address elixirMerchant)
approve(address spender, uint256 amount) returns (bool)
burn(address _owner, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 quantity) payable
removeElixirMerchant(address elixirMerchant)
renounceOwnership()
setSale(bool hasSaleStarted)
setTransferable(bool _transferable)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed spender, uint256 value)
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.