Web3 Dinos

Verified contract

Active on Base with 3,537 txns
Deployed by via 0x7257aec5 at 13235929
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
0x8d0815d4942ac5868576dc0149f1a335e02cf51a9260a383a6757eda6d9dcb7c
0x39b8ed4cf9a9cea5909d21739b932ae49b594bc380b6a49658ede3f83086a78b
0x1a2973c649dea36109d6a00b964d7fe52d7313b1527d4757f025419d8aeca7d8
0xd28d52593eed6e9656f8a5b0913e76f70fc585dcaa8ee41fd4eadc7f796d2aba
0x81676d6f6afaffd94c2c99dc432cbc7446d2be81204657cc740449136fa8c0d6
0xaca2b55117b2de9fb680ca30bb158d7610d2a4da4b43e52257c78472c6f779e5
0x9fc55287e3187cd11a1fac8006f322b2847794224c8372db3ffc023287d62b86
0xe9b2bd1b5c0dbd57d35a3bf2acc4d5d80bfa96d745d1a5f7564eb75d91ec96c0
0x5127dcb623c8dbab6fdf7ac7a0781f958887624fd44cb42290df02ba5c8fd8c2
0xab10ded3ccfddc59329b6218a50346b9805a62a81beb3c535285b6d4990812be

Functions
Getter at block 23068058
MAX_FREE_PER_WALLET(view returns (uint256)
0
MAX_MINTS_PER_TX(view returns (uint256)
100
NUM_FREE_MINTS(view returns (uint256)
0
PUBLIC_SALE_PRICE(view returns (uint256)
1000000000000000
baseTokenURI(view returns (string)
ipfs://bafybeiencztleym6zwdjgvhf56p6mj5q7y6dhcwplcnyp6dr2pc7mujdnq
freeNFTAlreadyMinted(view returns (uint256)
1493
isPublicSaleActive(view returns (bool)
true
maxSupply(view returns (uint256)
3555
name(view returns (string)
Web3 Dinos
owner(view returns (address)
0xf094d0f829792db8d9163d4c707303f16d47da57
symbol(view returns (string)
WDS
totalSupply(view returns (uint256)
3354
Read-only
balanceOf(address ownerview returns (uint256)
calculateMintingPrice(uint256 quantityview 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
mint(uint256 numberOfTokenspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setFreeLimitPerWallet(uint256 _limit
setIsPublicSaleActive(bool _isPublicSaleActive
setMaxLimitPerTransaction(uint256 _limit
setNumFreeMints(uint256 _numfreemints
setSalePrice(uint256 _price
setmaxSupply(uint256 _maxSupply
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
treasuryMint(uint256 quantity
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(