Spider Monkey

Verified contract

Active on Base with 561 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Spider Monkey"

0x06221a3dd39f87cbda83d9fb10f0de53c0cc4e0216385ca300c351b07b42fc1a
0xf678be1ed29199e01ba26d528dc836a8993f4f5fef1c1abed3785d2c38bb6c1b
0xa0b804c107f32e69b214823ebb04553cefcfc8842b5b9ad85f4b5becc26fa2df
0x18cdd07182d41617773cc5960786699ff9b860f0db340a0c02b79523c9fb54f0
0xd6ab7d59ce4ca93c118ae7fe66c4e071e32b429c304767f1cb1e8424c1777d3c
0x551f5ed72779aafbcb6c93c9b104d71fd2889188a963940bd21c02b3acd41a8b
0xb8b4d2962963ed49b63f1cbfa2e2e644347c0c00a667411b2648c99c2a27e9d1
0x3ce9bb1c5ce0c22879a3310575ea82d2025f2b559ea2220697175a6d1eae53f7
0x27c7cef1c3ac239d357fb3568e77dde8a7b583c10bf99941173cf6b81b18e72b
0x750a806b382b8fb8e239103a484b57975f39f8952c69588e19ce2f69c4946fa8

Functions
Getter at block 22940718
getChainID(view returns (uint256)
8453
name(view returns (string)
Spider Monkey
owner(view returns (address)
0x6c04eb6f2fb0281665a907b3798c240a708cdcea
symbol(view returns (string)
SPI
totalSupply(view returns (uint256)
517
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 idview returns (bool)
getMessageHash(address _toaddress _contractAddressuint256 _chainuint256 _amountuint256 _noncepure returns (bytes32)
getMints(uint256 _tokenIdview returns (uint256)
isApprovedForAll(address accountaddress operatorview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256 idview returns (uint256)
uri(uint256view returns (string)
State-modifying
mint(address _touint256 _amountuint256 _tokenIduint256 _noncebytes signature
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] valuesbytes data
safeTransferFrom(address fromaddress touint256 iduint256 valuebytes data
setApprovalForAll(address operatorbool approved
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(string _namestring _symboladdress _ownerstring _uri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC1155InsufficientBalance(address senderuint256 balanceuint256 neededuint256 tokenId
ERC1155InvalidApprover(address approver
ERC1155InvalidArrayLength(uint256 idsLengthuint256 valuesLength
ERC1155InvalidOperator(address operator
ERC1155InvalidReceiver(address receiver
ERC1155InvalidSender(address sender
ERC1155MissingApprovalForAll(address operatoraddress owner
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account