RACMOON

Verified contract

Proxy

Active on Ethereum with 537 txns
Deployed by via 0xe06f5a89 at 15160435
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots

No balances found for "RACMOON"

0x99f8e5168ee4de42f401f69049e0c520934cdb073303300e9b06beefac3b7658
0x0a566423ed026ddccd72a55ae72559a45975bba1c84b8afb321f508eb516f959
0x1c711876a116480a9af72d0f7dcfa744e3b3368595d890e816770396c02041a6
0xb58f8fabc0aacf320466a8ac9f09a3aea6d8a46df380574e61cd93685dfb4f3a
0x5cecaefe4afd003cdb2fefc45101a621b5827e50024b98b901ed297675eddc7e
0x624a5989a9385a38cbf72abe2a4d3edbbdedea770fc73d8a32b9054180451a54
0xd76b3924eb540fc09f62f7eba43138a9f116f72c37f64d1eaa7511bdba752d4b
0x58ac846d03d5b4a40a41c7e7dde06a39f47595eed9b371279e20695558c0bbf4
From
0xc0bb52a67654e0b755ede7175c030d1ccb4484780a38be2c79ddc4d6f50e757d
0xb739a52f672da776ee75a16aadacb8c1207b4d239f21ce0db7aafe7d54a5915f

Functions
Getter at block 21444166
maxAmount(view returns (uint256)
5000
maxPerMint(view returns (uint256)
2
maxPerWallet(view returns (uint256)
10
name(view returns (string)
RACMOON
owner(view returns (address)
0x23c518ea5133498cc2c2a5700da08430c1254e9a
presaleActive(view returns (bool)
false
price(view returns (uint256)
0
saleActive(view returns (bool)
true
symbol(view returns (string)
RAC
totalRevenue(view returns (uint256)
0
totalSupply(view returns (uint256)
3465
treasury(view returns (address)
0x23c518ea5133498cc2c2a5700da08430c1254e9a
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
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)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
batchAirdrop(uint64[] quantitiesaddress[] recipients
initialize(string name_string symbol_address treasury_address royalty_uint96 royaltyFee_
mint(uint64 quantitypayable 
presaleMint(uint64 quantityuint256 allowedbytes32[] proofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setDefaultRoyalty(address receiveruint96 feeNumerator
setMerkleRoot(bytes32 newRoot
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
setTreasury(address newTreasury
startSale(uint256 newMaxAmountuint256 newMaxPerMintuint256 newMaxPerWalletuint256 newPricebool presale
stopSale(
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
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

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