SpaceCrocos

Verified contract

Active on Ethereum with 739 txns
Deployed by via 0xb37f49a9 at 17106716
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "SpaceCrocos"

0x63d6ed8bc7d26c32ede497473ab021398165caf8dee91bd793f4212991ed2739
0xcc5cda317f8f86f9c0e4635876c3561bc3759f37a8b38e5d2014399b7ca42830
0x7cf53298b38b99f0afabd406376dd28ba1976159a317633a2a5151810d86e337
0x14fce1bbdc299eb9fdbd8aabc35d75334f5b99dfb34a9aa8cfc8ba7cae45febd
0x60fcea10ce1ab70c932c95d16b51d0a7dce349dfcc04c5fcd5d96c75967fc604
0x0fbc7a6deb49af55936f9c53322dab1337435a0e57be0b04f4caca0bb3382541
0x0e02f383eef273bd5601e3d31ea2a5e21321c488a1d444d7174536a23701375e
0xc3229414f0a4725fc5ee0b9f319dacd58e4d6027aff53e1ca26334abf55267b4
0xb6b741c8968dd52244eac67a4623f80d31ed6f3d63014b686fb47fef04774725
0xdb4fd37c34409b4534d03753f2f6ade33f755acbee783a19806f2ac61f20e0e2

Functions
Getter at block 21402079
CAL(view returns (address)
0xa8182abee28c21a0b318b50959fa7e8cfcb10e6c
CALLevel(view returns (uint256)
1
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
getLocalContractAllowList(view returns (address[])
[]
name(view returns (string)
SpaceCrocos
operatorFilteringEnabled(view returns (bool)
true
symbol(view returns (string)
CROCOS
totalSupply(view returns (uint256)
7291
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
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
addLocalContractAllowList(address transferer
approve(address touint256 tokenIdpayable 
batchMintTo(address[] listuint256[] amount
grantRole(bytes32 roleaddress account
mint(address _addressuint256 _count
removeLocalContractAllowList(address transferer
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setCAL(address calAddress
setCALLevel(uint256 level
setDefaultRoyalty(address receiveruint96 feeNumerator
setOperatorFilteringEnabled(bool value
setTokenMetadataURI(uint256 tokenIdstring metadata
transferFrom(address fromaddress touint256 tokenIdpayable 
withdraw(address _to
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
CalLevelChanged(address indexed operatoruint256 indexed level
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
LocalCalAdded(address indexed operatoraddress indexed transferer
LocalCalRemoved(address indexed operatoraddress indexed transferer
MetadataUpdate(uint256 _tokenId
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address _CALAddress
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(