Raccools

Verified contract

Active on Ethereum with 3,160 txns
Deployed by via 0x95157d5b at 15065262
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Raccools"

0xa4301a509ce59d41f7040ccfbc0032363eedd16549600643793b88bc5d924b5c
0x1ac040c52427dcc57f0bd7dcf2a63a7cde03d0b9d731fe02b54e4c7bae415f8a
0xba4d8166a6825c67e52f0537ffdaef6bc1ce6ab84986509d3bedbd4145f14a5a
0xfefce5360911d84a27d9c36188d6f70609f4e887f18d60a49aca4381bb036512
0x09cc6a3dad9f728cb2dcf09cde62a242515014a80da4fa8625a3bf21f0810e7e
0x53c89a9eed80b46fb23562990dbe512823159c555591485196bcbb839fab3fb5
0x43886498231df02c3287e2ed07129afb19172f5e9ede4856f59fb9f19d421d2e
0x2a17eddd3a928c939255189a190d70a90817345c153a7e01ceec6b3690f8d864
0xfc06560ecc7be6adab279aa2f5ba0b913a0e1f97ae06d065f80ecd10cfcce6de
0x59a59148084a4e4c78898ea1c2aa350e3781fd3ddae4d6c20ef00aaeb6fb5100

Functions
Getter at block 20861141
name(view returns (string)
Raccools
owner(view returns (address)
0x955807f8cb79c3a0f4f1e20a8eb336c51d37e5ca
symbol(view returns (string)
RACCOOL
totalSupply(view returns (uint256)
6969
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(
mintReserve(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
transferFrom(address fromaddress touint256 tokenId
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
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(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(