Rebel Racoon

Verified contract

Active on Ethereum with 1,462 txns
Deployed by via 0x8a2f1873 at 15283883
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Rebel Racoon"

0x6871ac886f5e98a9604cba15eb2632df478a0849a30783def8c1ef484d750b59
0x4cc9e6e5f505ec573d54b14005bab8993793ef8a0ebd80f1fed5b6fa585d1826
0x7cc10e54b7f66dea305d28fec479b76b1518b3bf387e05c38b7db03d691174d4
0xa1ac46059f88d55b8f4634b6eda176feabdaeacd6ae43fe9cdeba2a3e22214df
0xdc7e98a7304d9dc45f9f9ac0dd6d66986e6ed348969bc5f711fdd2332ef6b073
0xb49514760c8bdbc04b263297ec56ce8a9b7908759d63f14ba9e2a019ca76acd8
0x434459a91fa9c019be482ce25334a691feb37932acb1c552312c1788dac27b42
0xe2d92d461c683dc5a09a46817600a72891e6a2694e41c2574ef4a4a41d7b8735
0xf9fe1d7935090b262a6c82ea376504f280487fcca6a007fe90586c3537050481
0x66658827fd35d20502d2fa9f55efc773e0c2fdb10149753ca54c81d904fb6a71

Functions
Getter at block 21322206
cost(view returns (uint256)
0
hiddenMetadataUri(view returns (string)
https://ipfs.io/ipfs/QmPaWumk1NEMf7XBrkgQKnHNhpoFcLkqV4EvMsXEwFUcUB/0.json
maxMintAmountPerTx(view returns (uint256)
2
maxMintAmountPerWallet(view returns (uint256)
2
maxMintForTeam(view returns (uint256)
24
maxSupply(view returns (uint256)
1111
merkleRoot(view returns (bytes32)
0xe6b98201ffecc902d6f11a2a782d90bc09caccb1b602806ed8b82b707d87be95
name(view returns (string)
Rebel Racoon
owner(view returns (address)
0xcf2871a7ff107328848d36e24e6c0eb47a1a1225
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
!REBEL
totalSupply(view returns (uint256)
1111
uriPrefix(view returns (string)
https://ipfs.io/ipfs/QmdiHdRX651YC2aMrSgaDRMqYHAfEyYymjJiogmtcJ3JbW/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
racoonMinted(addressview returns (uint256)
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
internalMint(uint256 _teamAmount
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMaxMintAmountPerWallet(uint256 _maxMintAmountPerWallet
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
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
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxuint256 _maxMintAmountPerWalletuint256 _maxMintForTeamstring _hiddenMetadataUri
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(