l00stchan
Verified contract
Active on
Ethereum with 888 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "l00stchan"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15586952 | 2 years ago | | | 0 | 0.00015957377 | |
| 15520771 | 2 years ago | | | 0 | 0.0010470039 | |
| 15520540 | 2 years ago | | | 0 | 0.00031204291 | |
| 15520534 | 2 years ago | | | 0 | 0.00027212619 | |
| 15520427 | 2 years ago | | | 0 | 0.00028910769 | |
| 15520425 | 2 years ago | | | 0 | 0.00028302930 | |
| 15520423 | 2 years ago | | | 0 | 0.00031085239 | |
| 15520422 | 2 years ago | | | 0 | 0.00033260587 | |
| 15520421 | 2 years ago | | | 0 | 0.00034987804 | |
| 15520420 | 2 years ago | | | 0 | 0.00034064377 |
ABI
ABI objects
Getter at block 21184229
BATCH_SIZE() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
10000
name() view returns (string)
l00stchan
symbol() view returns (string)
L00ST
totalSupply() view returns (uint256)
10000
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) pure returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()