Bury NFT

Verified contract

Active on Ethereum with 849 txns
Deployed by via 0x0d9bb808 at 16287090
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Bury NFT"

0xefc8836abd5185a920c0c499d43a5417581455c1c0be15c4800cec427692e680
From
0x2e0347c84b759ac728af06f300cd793180ae0dc71f27996b399497bbacedc683
0x769ad6c23b59fafbcd40ff065d2bb33bfed605fc3e220717b7391c92d48552f1
0x230c7c2ca52b40940205db6d6c105966d00edae735e7c2ee5bc64f1464b0e9ee
0xaad6ed6ec775ee207d4ee4bfb411f61efcd7c7e077eafe317c4f7e22a413ac69
0xb8e38848a57ec62022bc60184d70fb87193dbcfa518bf90182c4a0f1302f4029
0x25006c9e5d52d2011d720727cfab53cf0b81c098d31479632c7cc9e04587f456
0x63e6c888f7ec3531ea50d41e7747a76a7f8d6983b02d8aaa321e698970ad0949
0x1281006d12df68f49b2ee0af6fdeca26d579ec8eeeb75589e356e11dcf0bea69
0x5811bab72f1d4e370c28c80e403763e1a82d62fa743124d29a9138f80f84bc4d

Functions
Getter at block 21218944
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
maxPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
888
name(view returns (string)
Bury NFT
price(view returns (uint256)
2000000000000000
symbol(view returns (string)
BURY
totalSupply(view returns (uint256)
888
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(uint16 _mintAmountaddress _receiver
approve(address operatoruint256 tokenIdpayable 
mint(uint256 amountpayable 
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setFree(bool _free
setUri(string _uri
transferFrom(address fromaddress touint256 tokenIdpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(