far.cards - sartocrates

Unverified contract

Proxy

Active on Base with 151 txns
Deployed by via 0xdad39c31 at 13631325
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x24d4809b68c4d51fc43c0a4fa61bf1853425c2030d04cc8fb52ff75644cbf21b
0x81baed991523c41362ea312ca15c87ab3ca39b5870814999b1ed326110b906b5
0xdd573b452d6bb03655f1231e9de35ed6c43576ca17dcb03d4406f815c18346c1
0xc2b638d96d3c3c6e0de2b6a086abfc8bf1c7972ea5f77c2b44f81bf2a32c0a00
0x4764d7f2b0f26d92d80d4614f400e2ab6cabcdda5d39ddbf0a4b166e4c0551f3
0xa1905b25ff9842815e0e664703e4fbf071083612f7d2faf38bc4c7b4f07ab1c8
0xb8ab8e29a9f9110cdf7d2d2b002c0615f862d1562c5222be9605791850a8e912
0x950a904d26b4a35cd92f42695111ce872a5c68c3aa875b04d1661f3aef79d2c8
0x8e61fcdde7bc7502cffe9c4304d0e7d324bc25c7a8b90b26c9068540c9412516
0x293e5ba7fc891aaef5e4bce05bd339fdf709725ddbd61c03daff8a430af35d04

Functions
Getter at block 22757049
bond(view returns (address)
0xc5a076cad94176c2996b32d8466be1ce757faa27
contractURI(view returns (string)
https://mint.club/metadata/8453/AiUoEzmv79rMxAsN00PISA==.json
decimals(pure returns (uint8)
0
name(view returns (string)
far.cards - sartocrates
symbol(view returns (string)
AiUoEzmv79rMxAsN00PISA==
totalSupply(view returns (uint256)
281
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
isApprovedForAll(address accountaddress operatorview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256view returns (string)
State-modifying
burnByBond(address accountuint256 amount
init(string name_string symbol_string uri_
mintByBond(address touint256 amount
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] valuesbytes data
safeTransferFrom(address fromaddress touint256 iduint256 valuebytes data
setApprovalForAll(address operatorbool approved
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
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

This contract contains no constructor objects.

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
MCV2_MultiToken__AlreadyInitialized(
MCV2_MultiToken__BurnAmountExceedsTotalSupply(
MCV2_MultiToken__NotApproved(
MCV2_MultiToken__PermissionDenied(