Base soldiers

Unverified contract

Proxy

Active on Base with 83 txns
Deployed by via 0x8b80d2ae at 11916433
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Base soldiers"

0xc52b719025801c534779ab1315596bfbc07acc811c143ef6475799c32a1a4069
0xb77271dfdc4f25898d5ab2e4d16a8bbc45bee9dc5a6ebcfa891969b7442cace7
0x161ed2b14d7089be74f336d93a9d072ae7c64874d773e0c2a798d8287a26be87
0xe3a67c65da1f3668d4269e9ae0923ad9b6a667883bb5ecef6db2e4c75c0d686f
0x60a4c9e77b7fb8bcf9f0e009155c83e300c882bd69f0fe1c0f19e7c4cff770a4
0xfb910d81f561781de5a6e494ec061f892b3e351e41f451801ace1c5b7a3792ad
0xfd47cc90554a94b055bd133c56d1571fbc4ddeec16a0f3b3cf178e095dec35a5
0xd6586f7e2ecbac601e28fe147dab65a4380c171cc61ffd3190f28c3afdea3c76
0x1885a14af2128a1d9314726a511921846010c4a426a5251768d1d50cd66aef48
0x196ab5130c83874fa129352b7757a06bfd2d58d07b84f27a3e457f67c31e1907

Functions
Getter at block 22772493
bond(view returns (address)
0xc5a076cad94176c2996b32d8466be1ce757faa27
contractURI(view returns (string)
https://mint.club/metadata/8453/BS.json
decimals(pure returns (uint8)
0
name(view returns (string)
Base soldiers
symbol(view returns (string)
BS
totalSupply(view returns (uint256)
100
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(