CrazyRichYellows
Verified contract
Active on
Ethereum with 2,824 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 "CrazyRichYellows"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105130 | 17 days ago | | | 0 | 0.00011868000 | |
| 19886049 | 6 months ago | | | 0 | 0.00010158821 | |
| 19752364 | 7 months ago | | | 0 | 0.00014268512 | |
| 19752363 | 7 months ago | | | 0 | 0.00014365433 | |
| 19750569 | 7 months ago | | | 0 | 0.00012254360 | |
| 19696080 | 7 months ago | | | 0 | 0.00028578888 | |
| 19643356 | 7 months ago | | | 0 | 0.0010884394 | |
| 19517783 | 8 months ago | | | 0 | 0.00053371326 | |
| 19388646 | 8 months ago | | | 0 | 0.0031288613 | |
| 19388642 | 8 months ago | | | 0 | 0.0042496827 |
ABI
ABI objects
Getter at block 21229420
contractURI() pure returns (string)
ipfs://QmXoiTwZpugfjFq8BZJwKJrWp83t8NszYqVaJcpzaucDE1
name() view returns (string)
CrazyRichYellows
owner() view returns (address)
0x06cb4049a730804c189b7c90063dab6ba2877f18
symbol() view returns (string)
CRY
totalSupply() view returns (uint256)
5600
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
bulkMint(struct CrazyRichYellowsMintDatum[] mintData)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()