SMOL x POKER3
Verified contract
Active on
Ethereum with 1,754 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 "SMOL x POKER3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20524272 | 4 months ago | | | 0 | 0.000045778653 | |
| 20524271 | 4 months ago | | | 0 | 0.000038133167 | |
| 20524192 | 4 months ago | | | 0 | 0.000059082736 | |
| 15816322 | 2 years ago | | | 0 | 0.00052364036 | |
| 15589069 | 2 years ago | | | 0 | 0.00047709145 | |
| 15456431 | 2 years ago | | | 0 | 0.0040323770 | |
| 15456428 | 2 years ago | | | 0 | 0.0042280182 | |
| 15400242 | 2 years ago | | | 0 | 0.0028273651 | |
| 15400240 | 2 years ago | | | 0 | 0.0026008499 | |
| 15400235 | 2 years ago | | | 0 | 0.0029908901 |
ABI
ABI objects
Getter at block 21305139
MAX_PRE_WALLET() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
3333
mintState() view returns (uint8)
2
name() view returns (string)
SMOL x POKER3
owner() view returns (address)
0xc9cc9196bedb96f42b8bb594bd9b3d7d2e5312e3
symbol() view returns (string)
SMOP3
totalSupply() view returns (uint256)
3333
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)
verifyWhitelist(bytes32[] _merkleProof) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
burnToZero()
mint(uint256 _quantity) payable
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)
setSaleState(uint8 _mintState)
teamMint(uint256 _quantity)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMerkleRoot(bytes32 merkleRoot_)
whitelistMint(uint256 _quantity, bytes32[] _merkleProof) payable
withdrawPartial()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()