tubular booberry
Verified contract
Active on
Base with 207 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.53)
Native
Value
$0.53
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.000218 | $2,441.33 |
$0.53 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14849575 | 5 months ago | | | 0 | 3.2375817e-7 | |
| 14832086 | 5 months ago | | | 0.0000099 | 5.6754539e-7 | |
| 9952152 | 9 months ago | | | 0 | 0.000000000516232000 | |
| 8218701 | 10 months ago | | | 0 | 0.000000035807306297 | |
| 7054089 | a year ago | | | 0.000099 | 0.000010097606 | |
| 5367493 | a year ago | | | 0 | 0.000000031745317776 | |
| 5289134 | a year ago | | | 0 | 0.000000012200951308 | |
| 5272211 | a year ago | | | 0.0000099 | 0.0000084331705 | |
| 5191629 | a year ago | | | 0.000099 | 1.2195629e-7 | |
| 5157327 | a year ago | | | 0 | 0.000000054230050375 |
ABI
ABI objects
Getter at block 22012301
FreeSupply() view returns (uint256)
10000
MaxperWallet() view returns (uint256)
100
MaxperWalletFree() view returns (uint256)
10
baseExtension() view returns (string)
baseURI() view returns (string)
cost() view returns (uint256)
0
maxSupply() view returns (uint256)
10000
name() view returns (string)
tubular booberry
notRevealedUri() view returns (string)
ipfs://QmTa6g6eNgS25PeYg8q5yqKizD6UPsEXUQ3775zKN84cYY
owner() view returns (address)
0x272625de049527478408291b66e4098c0d4f8daf
paused() view returns (bool)
false
revealed() view returns (bool)
false
symbol() view returns (string)
tubular booberry
totalSupply() view returns (uint256)
1275
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events airdrop(uint256 _mintAmount, address destination)
approve(address to, uint256 tokenId) payable
destroyAndSend(address _recipient)
freemint(uint256 tokens)
mint(uint256 tokens) payable
pause(bool _state)
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setFreeMaxPerWallet(uint256 _limit)
setFreesupply(uint256 _newsupply)
setMaxPerWallet(uint256 _limit)
setMaxsupply(uint256 _newsupply)
setNotRevealedURI(string _notRevealedURI)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
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(string _notRevealedUri, string _name, string _symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()