tubbypxgan
Verified contract
Active on
Ethereum with 785 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 "tubbypxgan"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21025853 | a month ago | | | 0 | 0.00030933437 | |
| 19817255 | 6 months ago | | | 0 | 0.00029404743 | |
| 19759458 | 7 months ago | | | 0 | 0.00022242718 | |
| 19753023 | 7 months ago | | | 0 | 0.0015577270 | |
| 19753018 | 7 months ago | | | 0 | 0.00097677750 | |
| 19753018 | 7 months ago | | | 0 | 0.0015571531 | |
| 19753007 | 7 months ago | | | 0 | 0.0013105922 | |
| 19752984 | 7 months ago | | | 0 | 0.0011989482 | |
| 19752975 | 7 months ago | | | 0 | 0.0014680149 | |
| 19722025 | 7 months ago | | | 0 | 0.00063251077 |
ABI
ABI objects
Getter at block 21213882
FREE_MINT_SUPPLY() view returns (uint256)
0
MAX_SUPPLY() view returns (uint256)
2999
merkleRoot() view returns (bytes32)
0x607b5cae1e1775b7ada4930df8c2e4572ac1da0d48bc11218966eb05d7f0c09c
mintPrice() view returns (uint256)
2500000000000000
name() view returns (string)
tubbypxgan
owner() view returns (address)
0xe4790dd79c334e3f848904975272ec17f9f70366
symbol() view returns (string)
TUBBYPXGAN
totalSupply() view returns (uint256)
1335
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)
whitelistMinted(address) view returns (uint256)
State-modifying
Events airdrop(address[] airdropAddresses)
approve(address to, uint256 tokenId)
changePrice(uint256 price_)
changeSaleState()
publicMint(uint256 amountToMint) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMerkleRoot(bytes32 merkleRoot_)
setTokenBaseURI(string tokenBaseURI_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes32[] _merkleProof, uint256 amountToMint, uint256 merkleProofAmount)
withdraw() payable
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(bytes32 _merkleRoot)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()