smileydumbfuhk

Verified contract

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

No balances found for "smileydumbfuhk"

0x7743eac3e14f10834a1cadf7089995252d5a9a86870a6bed3b0513e1b8ce8a85
0x71d2d26f603aa185257f996d01f4f404da73e87fe64c565cd88bdfeff4df59ef
0xb107afadbe242c6e9698088104e9145d3f63c5524f50d7ae2b9c6e98cffe291f
0xd0113a33b7c7e1e729444c6d3310323584aced747f96b4450fe41322e8b587cd
0xb48d649e472e8a91a27fa68262936f9a4609b243d70a190db1464324005bc962
0x4245db01fa80b474faedc1119bef86951fe2f392792528eb79e857bb3b622b72
0x05c364dc8138dada831103451ed3b61ba53bf0af1f7336e09db31170084059f5
0x1485e6c4fda6383b149fda56fc5ee4d0fa4f4b8ac1cd949c3476f0e7a93b3db6
0xf24a77db80609e4cf76dc2e2b3f5570de4032c9915bcb252792fd6bf8ae11628
0x1e201f5ba28c48bd5fd5af2d29bcd95abb427b7bf7cfbf4d86371a75a7e8de95

Functions
Getter at block 20859541
MAX_TOKENS(view returns (uint256)
8008
baseURI(view returns (string)
ipfs://QmWc9NHhYp7sNnw3F9a5EYtkUf5Lna9J9oS2iPrBqbASJr/
devReserve(view returns (uint256)
5
isSaleActive(view returns (bool)
true
maxPerWallet(view returns (uint256)
5
name(view returns (string)
smileydumbfuhk
owner(view returns (address)
0xffae55a8a1f59053563e631e0b10245986e2ed8f
symbol(view returns (string)
SDF
tokenPrice(view returns (uint256)
500000000000000
totalSupply(view returns (uint256)
8008
Read-only
balanceOf(address ownerview returns (uint256)
exists(uint256 tokenIdview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256 tokenId)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
Withdraw(payable 
activateSale(
approve(address touint256 tokenId
freeMintClaim(address topayable 
mintMultiplePublic(address touint256 quantitypayable 
renounceOwnership(
reserveTokens(address devuint256 reserveAmount
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setPrice(uint256 _newTokenPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
NFTMINTED(uint256 tokenIdaddress owner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
UnableDetermineTokenOwner(
UnableGetTokenOwnerByIndex(