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 |
---|---|---|---|---|---|
LEON | ERC-20 | 10.848581M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15369870 | 5 months ago | | | 0 | 2.3631140e-7 | |
| 15367280 | 5 months ago | | | 0 | 0.000000102617445866 | |
| 15301495 | 5 months ago | | | 0 | 0.0000027730156 | |
| 14058767 | 6 months ago | | | 0 | 0.000000108617416674 | |
| 13865376 | 6 months ago | | | 0 | 1.7310678e-7 | |
| 13385071 | 7 months ago | | | 0 | 0.0000038612639 | |
| 13302938 | 7 months ago | | | 0 | 6.8804070e-7 | |
| 13256165 | 7 months ago | | | 0 | 1.1101763e-7 | |
| 13187516 | 7 months ago | | | 0 | 2.1111623e-7 | |
| 13172778 | 7 months ago | | | 0 | 2.1117078e-7 |
ABI
ABI objects
Getter at block 22130154
balanceToken() view returns (uint256)
500000000
decimals() view returns (uint8)
18
hardcap() view returns (uint256)
0
maxSupply() view returns (uint256)
1000000000000000000000000000
multisig() view returns (address)
0x218fc4decf4b2e2251bb28cdf5ccc5b93bf58f1b
multisigSupply() view returns (uint256)
500000000000000000000000000
name() view returns (string)
LeonBasecoin
openingTime() view returns (uint256)
1712332800
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
LEON
totalContributions() view returns (uint256)
2318275601320000000
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
claimedAirdrop(address) view returns (bool)
contributions(address) view returns (uint256)
getClaimableAirdrop(address beneficiary) view returns (uint256, bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
changeHardcap(uint256 _hardcap)
changeOpeningTime(uint256 _openingTime)
claimAirdrop()
contribute() payable
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdrawFunds()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensClaimed(address indexed beneficiary, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address initialOwner, uint256 _openingTime)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)