XXD34D

Verified contract

Active on Ethereum with 10,381 txns
Deployed by via 0xb85d9dde at 16991782
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "XXD34D"

0x182d9630b1ce00d1112f426b921da74cac2d7998937f7019edcd9addfbe34f8f
0x7f4f534f68d42e4845ccbf21981d9c5fc8bde3532b9db92445ab75c8e85c3ea6
0x40782b9376f381e81cee9e200d68605f19963132af0454feaa23b036876f69f9
0x1fbdf27797125728b0500a5423506f4842748350703e824f9aa332ce70043cab
0xa9d383382ccbd41723918d6624d272be7d468d579caa87df818056f19674c527
0xc103e73d6c09d444a6da410df6cd01f29ad7b933ac84195e74f6878cf4487976
0xb2ae4ab58e35b0656f40e78364d152497997c0470368551bb04a57ab0f450943
0xb2a55fce8a93a542b27765c524d6398a85b93ab15194b80375fd1d234e1c38b6
From
0x38bbf19ccf88f7dbbfef2399b157a2306e0d9c8e7e3da25619a73e7857953f0a
0x9f8496092829aad2424368650bd98cedcc8b3e9e00a935a965f37d0dc1a635fe

Functions
Getter at block 20821884
maxFreePerWallet(view returns (uint256)
1
maxPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
6420
mintEnabled(view returns (bool)
true
name(view returns (string)
XXD34D
owner(view returns (address)
0x40f35c86b209b4b4a543e6b1540027e16cea5de6
price(view returns (uint256)
4000000000000000
symbol(view returns (string)
D34D
totalFree(view returns (uint256)
6420
totalSupply(view returns (uint256)
6420
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
approve(address touint256 tokenId
flipSale(
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setFreeAmount(uint256 amount
setPrice(uint256 _newPrice
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(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(