Royal Fool Ape

Verified contract

Active on Ethereum with 530 txns
Deployed by via 0xa1024ace at 15623905
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Royal Fool Ape"

0xca46aea54745798582dd64f6ffe4b9da8b34dd7772816cf684a691bf8bb7c12b
0xbb44728cde69bbfea70bd607812f2dc0a0e356b7613fcd50c2bf71cfec7ea7f2
0x71e7d62013aaa00f84d2948200e50f7744d9f7f161503a98349bf977b79ba90d
0x673cb3feb57719a6f05e157df403f8ba954740909906c92bd86adc1817a0eb32
0x2c5bc84c1fe6f470d89e14d4afcb58e96725845fdb8dd134f6790f1de1ec210c
0xf481d7e3f29e4b0d9f8c70ac5806bd78f8a2ee7568008fe37c4a568de012c2f8
0xfd0ec95022f11928eea7f172f3e1c100b4f6fda2af1b5473939d8e88566ec5b1
0xc5a588266b98d0b68137e258ca87402c41b95e86c42d76bc9f1b0ec4a3d460c2
0xa04812563ddfc1f2e7616df3000fbfc17e512fcfea45ecaec527b284f4582e43
0xd0dd0dd1a2b4e93265866b3ac959fe59da556ea90c012ba9d3f5796bd42815ca

Functions
Getter at block 21318878
_maxFreeMintPerAddr(view returns (uint256)
2
_maxFreeMintSupply(view returns (uint256)
1000
_maxMintPerTx(view returns (uint256)
20
_maxSupply(view returns (uint256)
4444
_mintPrice(view returns (uint256)
2000000000000000
baseURI(view returns (string)
ipfs://QmT315YbjbVqiqibLzFt1syo7DuNrsz3Wzpk2gmU8MCGew/
devSupply(view returns (uint256)
200
devTotal(view returns (uint256)
0
name(view returns (string)
Royal Fool Ape
owner(view returns (address)
0x8445b0606816451d3d01b3cb099170ca3c63140a
royaltyAdd(view returns (address)
0x8445b0606816451d3d01b3cb099170ca3c63140a
symbol(view returns (string)
RFA
totalSupply(view returns (uint256)
1008
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 tokenId
devMint(
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setDefaultRoyalty(address _receiveruint96 _feeNumerator
setFreeAmount(uint256 amount
setPrice(uint256 _newPrice
setTokenRoyalty(uint256 tokenIduint96 feeNumerator
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
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
DevMintEvent(address ownerAddressuint256 startWithuint256 amountMinted
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string initBaseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(