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 "Lotus"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20616736 | 3 months ago | | | 0 | 0.000051300545 | |
| 20495699 | 4 months ago | | | 0 | 0.00011127763 | |
| 20424295 | 4 months ago | | | 0 | 0.00010942957 | |
| 20163666 | 5 months ago | | | 0 | 0.00025919320 | |
| 20142470 | 5 months ago | | | 0 | 0.00025968085 | |
| 19941869 | 6 months ago | | | 0 | 0.00029244474 | |
| 19299681 | 9 months ago | | | 0 | 0.0025710751 | |
| 19164085 | 10 months ago | | | 0 | 0.0010721725 | |
| 18813719 | a year ago | | | 0 | 0.0049562479 | |
| 17953650 | a year ago | | | 0 | 0.00050746873 |
ABI
ABI objects
Getter at block 21329275
getBalance() view returns (uint256)
0
name() view returns (string)
Lotus
owner() view returns (address)
0xd42e7a0ec95b8c8834498e133101509bf351e946
symbol() view returns (string)
LOTUS
totalSupply() view returns (uint256)
2500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint16 _maxTokenCount, address _teamAddress, address[] _airdropAddresses, uint8[] _airdropQuantities)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()