This contract is being backfilled. You may encounter incomplete storage history.

RainbowParrot

Verified contract

Active on Ethereum with 19,343 txns
Deployed by via 0xc064d343 at 17375387
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $10.87
ERC-20
Value $30.2
0x609848c4bc2ebc58a86167193d68b40655042bf6e4bd3cf9910ee0d0ebccd71a
From
0xc1e1eb2c22b28611f682322b8474d78e06068491f774382ec7febee0cef6f5ba
0x656f938bda7880df2b997f7a4a4174e990198228aa7e77f974735b773c4ecbbd
0xb60747a1050b465ed9eeed9d4529e67d516e77da15ba6f616c554b6db1e76832
0xc62c86f3b4ef8bf3bbc000dfbae21a56c3bd2efa61c61730d3245f612eb3d6ff
0x5fc6fc3cc7944d73c532737a83ab2445cb236af0c841044bdc8e0c4613e44e49
0xa12822df388a3ec48dd71dd3277517e3b78f1d5eee0981fcb1036452e036f074
0xa367d70603b21c08e2def226bbdaa9ec7eb17c501255806e8c38d55df81d7d50
0xa48a1c314524083ee872f802b9f1acab6df572e356a31f0a70d471510bb26061
0xfb6626b7c41086bfd7568a6578338371e0cbf1bcdac5822aafba9aafbc865fc1

Functions
Getter at block 20798132
FREE_SUPPLY(view returns (uint256)
3
MAX_SUPPLY(view returns (uint256)
100000
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
PAID_SUPPLY(view returns (uint256)
10
name(view returns (string)
RainbowParrot
owner(view returns (address)
0x88866e4c27e01c20691edb0770a6e4c3bbf0baa6
symbol(view returns (string)
RPT
totalSupply(view returns (uint256)
88941
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(