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 "0x33labs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20298633 | 4 months ago | | | 0 | 0.00010931363 | |
| 20297223 | 4 months ago | | | 0 | 0.000089604385 | |
| 20030033 | 5 months ago | | | 0 | 0.00044178066 | |
| 19688931 | 7 months ago | | | 0 | 0.00040775923 | |
| 19617723 | 7 months ago | | | 0 | 0.0013820028 | |
| 19612209 | 7 months ago | | | 0 | 0.0019195914 | |
| 19508064 | 8 months ago | | | 0 | 0.00035439493 | |
| 19442262 | 8 months ago | | | 0 | 0.0020655833 | |
| 19427864 | 8 months ago | | | 0 | 0.0028708693 | |
| 19348223 | 9 months ago | | | 0 | 0.0037843138 |
ABI
ABI objects
Getter at block 21209819
MAX_SUPPLY() view returns (uint256)
333
name() view returns (string)
0x33labs
open() view returns (bool)
true
owner() view returns (address)
0x338009d3b293e996302c77c3f1a4b9d27309b812
price() view returns (uint256)
15000000000000000
signer() view returns (address)
0x40ec1dfdef03f54062fe0928494d9242287b7332
symbol() view returns (string)
KEYS
totalSupply() view returns (uint256)
333
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 id_) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(bytes signature_, uint256 expiry_) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setMetadataURI(string metadataURI_)
setPrice(uint256 price_)
setSigner(address signer_)
toggleOpen()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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(address signer_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()