Rebel Racoon
Verified contract
Active on
Ethereum with 1,462 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Rebel Racoon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18613936 | a year ago | | | 0 | 0.0017300096 | |
| 17010265 | 2 years ago | | | 0 | 0.00052944502 | |
| 16959063 | 2 years ago | | | 0 | 0.00046747194 | |
| 16788839 | 2 years ago | | | 0 | 0.0010370339 | |
| 16764105 | 2 years ago | | | 0 | 0.0015689951 | |
| 16632407 | 2 years ago | | | 0 | 0.0010320168 | |
| 16579381 | 2 years ago | | | 0 | 0.0019939728 | |
| 16413630 | 2 years ago | | | 0 | 0.00089055870 | |
| 16271633 | 2 years ago | | | 0 | 0.00056659227 | |
| 16262910 | 2 years ago | | | 0 | 0.00096423448 |
ABI
ABI objects
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
racoonMinted(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
internalMint(uint256 _teamAmount)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _maxMintAmountPerTx, uint256 _maxMintAmountPerWallet, uint256 _maxMintForTeam, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()