LegendX
Verified contract
Active on
Ethereum with 1,033 txns
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 "LegendX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21240218 | a day ago | | | 0 | 0.00029984835 | |
| 21239586 | a day ago | | | 0 | 0.00041099852 | |
| 21233917 | 2 days ago | | | 0 | 0.00041841857 | |
| 21230091 | 2 days ago | | | 0 | 0.00049032345 | |
| 21226929 | 3 days ago | | | 0 | 0.00040398566 | |
| 21225154 | 3 days ago | | | 0 | 0.00053339765 | |
| 21223730 | 3 days ago | | | 0 | 0.00067025209 | |
| 21214510 | 5 days ago | | | 0 | 0.00061707248 | |
| 21213563 | 5 days ago | | | 0 | 0.00053309518 | |
| 21209680 | 5 days ago | | | 0 | 0.00048965388 |
ABI
ABI objects
Getter at block 21247584
decimals() pure returns (uint8)
18
maxWalletAmount() view returns (uint256)
2888888888000000000000000000
name() view returns (string)
LegendX
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
LGNDX
totalSupply() view returns (uint256)
2603897509382652987661688135
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromLimits(address) view returns (bool)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromLimits(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxWalletAmount(uint256 _maxWalletAmount)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromLimits(address indexed account, bool isExcluded)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.