Spider Monkey
Verified contract
Active on
Base with 561 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 "Spider Monkey"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13879288 | 7 months ago | | | 0 | 0.0000011046630 | |
| 12500285 | 8 months ago | | | 0 | 0.0000010935811 | |
| 12461563 | 8 months ago | | | 0 | 0.0000010875121 | |
| 12396795 | 8 months ago | | | 0 | 0.0000051371450 | |
| 12193002 | 8 months ago | | | 0 | 0.000000904897576066 | |
| 11961688 | 8 months ago | | | 0 | 8.8537686e-7 | |
| 11940217 | 8 months ago | | | 0 | 5.2607045e-7 | |
| 11906607 | 8 months ago | | | 0 | 0.0000044751320 | |
| 11856706 | 8 months ago | | | 0 | 0.0000013439890 | |
| 11839051 | 8 months ago | | | 0 | 4.8819211e-7 |
ABI
ABI objects
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 account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getMessageHash(address _to, address _contractAddress, uint256 _chain, uint256 _amount, uint256 _nonce) pure returns (bytes32)
getMints(uint256 _tokenId) view returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events mint(address _to, uint256 _amount, uint256 _tokenId, uint256 _nonce, bytes signature)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)
setApprovalForAll(address operator, bool approved)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string _name, string _symbol, address _owner, string _uri)
This contract contains no fallback and receive objects.
ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)
ERC1155InvalidApprover(address approver)
ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)
ERC1155InvalidOperator(address operator)
ERC1155InvalidReceiver(address receiver)
ERC1155InvalidSender(address sender)
ERC1155MissingApprovalForAll(address operator, address owner)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)