Wooden Pinocchios

Verified contract

Active on Ethereum with 1,967 txns
Deployed by via 0xe6f7655c at 15081587
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $632.33
0x8c4242497a9e7c177349a1a274361e0c7b4c6a70d7109730283e2b28f15de2af
From
0x16e3aaae90fd51834ba745d83ea78ddb9179de4fc2e9a4b4972d2d587dfcc378
From
0xf4bde0c65df7832d1f372c88b759685957b02098f5f38592ba9b7931a857849b
0x824a79c3298de42025dab7c17403173dee15966b7d0d1a78c1f28b5b855a15e0
0xe3051bde43ea70cccbf4c67bb2e975c27a451b0b46fe69f9e3da550bec75f133
0xd19c34dc9f388a596065d81dfffc73fc0771a2a96324af511eac1083edb8cc99
0x048be89ec2985001daa8d684a3a5307203c89ff997eb7c513341c213e64ac953
From
0x951c0186a686abe6f6a296fa81ea6689e5d6b4bc6707cf2d9b98b2672459dde4
From
0xaf30ce0330a0dcb49a0cf5ff2b29113e32c085c71bd68d96c906de2eb9e09d14
0x0d8e8b8981522c6e55beda577666714a2fdbd323cde7c3d70a699c84beda6d60
From

Functions
Getter at block 20943849
FREE_MAX_SUPPLY(view returns (uint256)
1750
MAX_PER_TX(view returns (uint256)
20
MAX_PER_TX_FREE(view returns (uint256)
1
MAX_SUPPLY(view returns (uint256)
3333
baseExtension(view returns (string)
baseURI(view returns (string)
ipfs://QmRWhj1Gnv2LLJiLpCMGbdi3PPe9VTp5VHzsTpmSg4iCRy/
contractURI(view returns (string)
ipfs://QmRWhj1Gnv2LLJiLpCMGbdi3PPe9VTp5VHzsTpmSg4iCRy/
name(view returns (string)
Wooden Pinocchios
owner(view returns (address)
0x78287e2f2574c98fca4ef317be2e3279881f5042
paused(view returns (bool)
false
price(view returns (uint256)
3000000000000000
proxyRegistryAddress(view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol(view returns (string)
WOOD
totalSupply(view returns (uint256)
1736
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
collect(
configFREE_MAX_SUPPLY(uint256 newFreesupply
configMAX_SUPPLY(uint256 newSupply
configPrice(uint256 newPrice
mint(uint256 _amountpayable 
pause(bool _state
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setContractURI(string _contractURI
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(