Blockchain Nuggets Baby
Verified contract
Active on
Ethereum with 304 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 "Blockchain Nuggets Baby"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20590022 | 3 months ago | | | 0 | 0.000050795541 | |
| 17405357 | a year ago | | | 0 | 0.00047036000 | |
| 17405348 | a year ago | | | 0 | 0.00047036000 | |
| 17405341 | a year ago | | | 0 | 0.00047036000 | |
| 17354384 | 2 years ago | | | 0 | 0.00069616000 | |
| 17016756 | 2 years ago | | | 0 | 0.00074149522 | |
| 16951916 | 2 years ago | | | 0 | 0.0021451419 | |
| 16910062 | 2 years ago | | | 0 | 0.0015556391 | |
| 16901255 | 2 years ago | | | 0 | 0.00050640674 | |
| 16901255 | 2 years ago | | | 0 | 0.0014437893 |
ABI
ABI objects
Getter at block 21305303
baseURI() view returns (string)
https://ipfs.io/ipfs/bafybeibobx3cibgzlukqfihno63oovvwhsjo7a37eo456cwjval5xhvygq/
maxMintPerWL() view returns (uint256)
1
name() view returns (string)
Blockchain Nuggets Baby
openMint() view returns (bool)
true
owner() view returns (address)
0xae6ffd3c89e40b5c006fa866527aa14dddf2de13
paused() view returns (bool)
true
symbol() view returns (string)
BNC
Read-only
balanceOf(address owner) view returns (uint256)
checkWhitelist(uint8 typ, address addr) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
maxSupplyByType(uint8 typ) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalSupplyByType(uint8 typ) view returns (uint256)
walletOfOwner(uint8 typ, address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
flipMintState()
mintForAddress(uint8 typ, address[] receiver)
mintWhitelist(uint8 typ)
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
seedWhitelist(uint8 typ, address[] addresses)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
upgrade(uint8 typ, uint256 tokenId)
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.