Toy Boogers
Verified contract
Active on
Ethereum with 9,556 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 "Toy Boogers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158753 | 14 days ago | | | 0 | 0.00098785880 | |
| 21123297 | 19 days ago | | | 0 | 0.00066763121 | |
| 21116504 | 20 days ago | | | 0 | 0.00025758015 | |
| 21045572 | a month ago | | | 0 | 0.00020059239 | |
| 21041390 | a month ago | | | 0 | 0.00035722373 | |
| 21036113 | a month ago | | | 0 | 0.00062580338 | |
| 21036111 | a month ago | | | 0 | 0.00064632273 | |
| 21013001 | a month ago | | | 0 | 0.00044592226 | |
| 20906098 | 2 months ago | | | 0 | 0.00037685947 | |
| 20904716 | 2 months ago | | | 0 | 0.00018165752 |
ABI
ABI objects
Getter at block 21257313
baseURI() view returns (string)
https://toyboogers.nftapi.art/meta/
cost() view returns (uint256)
80000000000000000
maxMint() view returns (uint256)
20
maxSupply() view returns (uint256)
3334
name() view returns (string)
Toy Boogers
owner() view returns (address)
0xf4617b57ad853f4bc2ce3f06c0d74958c240633c
presaleDate() view returns (uint256)
1637132400
status() view returns (bool)
true
symbol() view returns (string)
TOY
totalReleased() view returns (uint256)
255280000000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
3334
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)
payee(uint256 index) view returns (address)
presaleWhitelist(address) view returns (uint256)
released(address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
gift(uint256[] quantity, address[] recipient)
mint(uint256 _mintAmount) payable
mintPresale(uint256 _mintAmount) payable
presaleSet(address[] _addresses, uint256[] _amounts)
release(address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxMintAmount(uint256 _newMaxMintAmount)
setSaleStatus(bool _status)
setmaxSupply(uint256 _newMaxSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initBaseURI)
receive()
This contract contains no error objects.