PONZI NFT

Verified contract

Active on Ethereum with 13,418 txns
Deployed by via 0x58a306e0 at 16394541
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
 (#6287)
ERC-721
--
 (#6286)
ERC-721
--
 (#6285)
ERC-721
--
 (#6284)
ERC-721
--
 (#6283)
ERC-721
--
 (#6282)
ERC-721
--
 (#6281)
ERC-721
--
 (#6280)
ERC-721
--
 (#6279)
ERC-721
--
0xfeb180fad77a78cb0a45d9b4692113715481918cbe3aed0fb1a4fa4096c86bee
0x38941c148581e7bffa252319f8e70325b48f3b540d364cac934f58575f83e851
0x161e6e28cc55602d458a271f8545a638a7d5b61d3b12e5cab66ec22d774df5af
0x2c128c38dcb61382a140c8449107964d7a608c2e5766ce472229e8bd14151b2e
0xf51cb57f697793f325f5defe43a5776abfc1523588ac9ee110efaa7aadbe4028
0x82493881e9f30864e386afde74343b2ec769281bdb5a6f8949d31a087d030f63
0x125b229d34b8c57ee3bd5c35a97d42e1eb8d04823d3f9e8ac6ffa5b2e4b22604
0xda27bf2b17e3dd6e55a8f7ee374c234bd7d0261aa56832eb6492596899f3eb9e
0x56fd6dac8f4b38a31a9688dc3dd5f926ab2a4cff5fb95c62a0951d032b60ecd2
0x04f17c1213ef32f6630ef0ff9f408ef69600a34698670b6869c504b9be9875ae

Functions
Getter at block 20867062
MAX_SUPPLY(view returns (uint256)
6900
PUBLIC_MINT_LIMIT(view returns (uint256)
1
SALE_STEP(view returns (uint256)
1
name(view returns (string)
PONZI NFT
owner(view returns (address)
0x9ca6018d4f1b1b58c72774d9f26aa94a29c6edad
symbol(view returns (string)
PONZI
totalSupply(view returns (uint256)
6900
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getOwnershipData(uint256 tokenIdview returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address _ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address[] _airdropAddressesuint256 _mintAmount
approve(address touint256 tokenId
mintPublic(uint256 _mintAmount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setMaxSupply(uint256 _supply
setPublicMintLimit(uint256 _publicMintLimit
setSaleStep(uint256 _saleStep
setUnrevealURI(string _newUnrevealURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
MintedQueryForZeroAddress(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(