ForestChild

Verified contract

Active on Ethereum with 1,111 txns
Deployed by via 0x45969082 at 17507567
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $1.57
0xb9c8dcc614e0f67f17524444fa22872658e65a428be0bd802636fde833e35c96
0x0e089160d3505814a1a0c86e33a132e7664084fccdb0aff328bd42680369ca6f
0x1387cfc9a1af352230ddfe10e7ed6ed77c2bc42d722c0b51dcce07e702caf7ac
0xaa780ac882384371b64819cb178089aceade3ad22e5dd8fc666c31375bd96cce
0x08941798e6b9de004afc7837feac847927ace7dcb486e7adb10d98424183dcf4
0x359fd83ddd026b80a5be2afa017641f70eaf7299eb7f6caa2d7ee8387a902d82
0xe9dc9516f9efe82d0465e6190b0b51d1468b6d6d372807d65f29854789918623
0x69733dfc55a1ebe00124112d78808e80efe913e0b74af1333a82b6450b07174d
0xb66314bf4f2500bc0214b76f34528b60223af004e6a7310fdc326d93bb34f760
From
0xebcb8584afe87c0a29467a89a5df5c9a93aea3632ab89afe8c65f4d819cd20d4

Functions
Getter at block 21219746
FREE_SUPPLY(view returns (uint256)
3
MAX_SUPPLY(view returns (uint256)
20000
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
PAID_SUPPLY(view returns (uint256)
10
name(view returns (string)
ForestChild
owner(view returns (address)
0x88866e4c27e01c20691edb0770a6e4c3bbf0baa6
symbol(view returns (string)
FCD
totalSupply(view returns (uint256)
8290
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)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
changeDefURI(string _tokenURI
changeTokenURIFlag(uint256 flag
changeURI(string _tokenURI
mint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOut(address _to
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
NewMint(address indexed msgSenderuint256 indexed mintQuantity
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(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(