Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "LEOX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244574 | an hour ago | | | 0 | 0.00055289877 | |
| 21244507 | 2 hours ago | | | 0 | 0.00072547352 | |
| 21244496 | 2 hours ago | | | 0 | 0.00070777934 | |
| 21244427 | 2 hours ago | | | 0 | 0.00080019153 | |
| 21244266 | 2 hours ago | | | 0 | 0.0011048111 | |
| 21243847 | 4 hours ago | | | 0 | 0.0010694990 | |
| 21243382 | 5 hours ago | | | 0 | 0.00080461604 | |
| 21243165 | 6 hours ago | | | 0 | 0.00059776735 | |
| 21243097 | 6 hours ago | | | 0 | 0.00055268066 | |
| 21243017 | 7 hours ago | | | 0 | 0.00042711443 |
ABI
ABI objects
Getter at block 21244974
burnAccumulatedTotal() view returns (uint256)
18668520000000000000000000
decimals() view returns (uint8)
18
maximumSupply() view returns (uint256)
150000000000000000000000000
name() view returns (string)
LEOX
owner() view returns (address)
0x0c9359d1e63f79a01c875b51bf71823dc2e59790
symbol() view returns (string)
LEOX
totalSupply() view returns (uint256)
57887970000000000000000000
Read-only
allowance(address payerId, address payeeId) view returns (uint256)
balanceOf(address accountId) view returns (uint256)
isOperatorFor(address AdditionalOwnerAccountId, address OwnerAccountId) view returns (bool)
State-modifying
Events approve(address payeeId, uint256 amount) returns (bool)
authorizeOperator(address additionalOwnerAccountId)
burn(uint256 amount, bytes data) returns (bool)
changeOwner(address newContractOwnerId) returns (bool)
mint(address beneficiaryAccountId, uint256 amount, bytes data) returns (bool)
operatorApprove(address payerId, address payeeId, uint256 amount) returns (bool)
operatorBurn(address payerId, uint256 amount, bytes data) returns (bool)
operatorTransfer(address payerId, address payeeId, uint256 amount) returns (bool)
operatorTransferFrom(address payerId, address payeeId, uint256 amount)
revokeOperator(address additionalOwnerAccountId)
transfer(address payeeId, uint256 amount) returns (bool)
transferBatch(address payerId, address[] payeeIds, uint256[] amounts) returns (bool, address)
transferFrom(address payerId, address payeeId, uint256 amount) returns (bool)
transferFromBatch(address payeeId, address[] payerIds, uint256[] amounts) returns (bool)
Approval(address indexed payerId, address indexed payeeId, uint256 amount)
AuthorizedOperator(address indexed additionalOwnerAccountId, address indexed ownerAccountId)
BatchFailure(string indexed functionName, address indexed failedAddress)
MetaData(string indexed functionName, bytes data)
OwnerChanged(address indexed oldContractOwnerId, address indexed newContractOwnerId)
RevokedOperator(address indexed additionalOwnerAccountId, address indexed ownerAccountId)
Transfer(address indexed payerId, address indexed payeeId, uint256 amount)
constructor(string name_, string symbol_, uint8 decimals_, uint256 supply_, address giveSupplyTo_, address owner_, uint256 maximumSupply_, bool allowRemint_)
This contract contains no fallback and receive objects.
This contract contains no error objects.