LEOcoin
Verified contract
Active on
Ethereum with 30,172 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 |
---|---|---|---|---|---|
LEO | ERC-20 | 407.843799K | -- | -- | |
YTL | ERC-20 | 4.24K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20533048 | 3 months ago | | | 0 | 0.00012717350 | |
| 20533004 | 3 months ago | | | 0 | 0.00021595462 | |
| 20518322 | 3 months ago | | | 0 | 0.00013989073 | |
| 20395697 | 4 months ago | | | 0 | 0.000047063000 | |
| 20168651 | 5 months ago | | | 0 | 0.00031103400 | |
| 20131201 | 5 months ago | | | 0 | 0.00032566800 | |
| 20118393 | 5 months ago | | | 0 | 0.00021701600 | |
| 20118040 | 5 months ago | | | 0 | 0.00021872841 | |
| 19576439 | 8 months ago | | | 0 | 0.0022332526 | |
| 19576230 | 8 months ago | | | 0 | 0.0022126232 |
ABI
ABI objects
Getter at block 21285560
cap() view returns (uint256)
4000000000000000000000000000
currentMinter() view returns (address)
0xbacaa9db707a9c4168bc354b659ad02b75fbf34b
decimals() view returns (uint8)
18
name() view returns (string)
LEOcoin
symbol() view returns (string)
LEO
totalSupply() view returns (uint256)
260280358820398234260805248
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
batchMint(address[] accounts, uint256[] values)
batchTransfer(address[] accounts, uint256[] values)
changeMinter(address newMinter)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 value)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address masterAccount, uint256 premined, address minterAccount)
This contract contains no fallback and receive objects.
This contract contains no error objects.