NFT Numbers

Verified contract

Proxy

Active on Ethereum with 2,050 txns
Deployed by via 0x4349091b at 14961599
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
14 additional variables

No balances found for "NFT Numbers"

0x67df3e1a534ee96e02afeb7bfe9a9944c4980a7178f4a667648f2bba3a54b83f
0xf3a9f5b51f364ba8db73cc7a0825714481f6005e9f0c7e7480c306a49475a755
0xd311cb2cbb47abf3269c148f85744d1713a8755df0503a216f633463b8261a49
0xa8135f068a6c3fe04b699091885ca96216f69012eddc841df6dc189467afebad
0xac7ff8fad83922fc26f4745a22a6258b13ebfb59fbc7d67057e6648e5d5f17f9
0x98913b01f79a6cd375d7e7007ccbcd2f3ff317a1fe610de4cb8a1a5b591697e2
0x2b39a38715ca75c348a4b6a6d95e899a00ab4baedf37c78fd4611be41512fedf
0x0fe8862b5c0b0043996a7373799e25d2d05385943498e59d56f38fa88e847abf
0xb6af9a8bb4b98d118dc25b7ec5be510eaa7e134ae27a96d6adb9c0ac752ec20c
0x3e790ee21cc9abb706583fe6f6cbea236b6ad66b3a763bb4428296ea0c4d96c5

Functions
Getter at block 21225492
auctionActive(view returns (bool)
false
auctionDuration(view returns (uint256)
0
auctionPrice(view returns (uint256)
0
auctionStartedAt(view returns (uint256)
0
maxAmount(view returns (uint256)
5000
maxPerMint(view returns (uint256)
100
maxPerWallet(view returns (uint256)
1000
name(view returns (string)
NFT Numbers
owner(view returns (address)
0xab50063a7c545850a4edc2dec7b29099eb2cf2f8
presaleActive(view returns (bool)
false
price(view returns (uint256)
130000000000000000
saleActive(view returns (bool)
true
symbol(view returns (string)
NFTN
totalRevenue(view returns (uint256)
296810000000000000000
totalSupply(view returns (uint256)
1476
treasury(view returns (address)
0xe112d3b137201fe044e2869649fadc2aeab568c7
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
batchAirdrop(uint256[] numberOfTokensaddress[] recipients
initialize(string name_string symbol_address treasury_address royalty_uint96 royaltyFee_
mint(uint256 numberOfTokenspayable 
presaleMint(uint256 numberOfTokensbytes32[] proofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setDefaultRoyalty(address receiveruint96 feeNumerator
setMerkleRoot(bytes32 newRoot
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
setTreasury(address newTreasury
startAuction(uint256 newMaxAmountuint256 newMaxPerMintuint256 newMaxPerWalletuint256 newStartPriceuint256 newEndPriceuint256 newDurationbool presale
startSale(uint256 newMaxAmountuint256 newMaxPerMintuint256 newMaxPerWalletuint256 newPricebool presale
stopSale(
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
MerkleRootSet(bytes32 indexed merkleRoot
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenBaseURISet(string indexed tokenBaseURI
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.