SSAInventory

Verified contract

Active on Ethereum with 20 txns
Deployed by via 0x99746fac at 15311397
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "SSAInventory"

0x1753fbbc293fc005ba58a278d9a2319911cc7e96eaa607c894e809f47cbb48d4
0xd2808192cece681b08f8462c345f26973b545724814c3d3ed9c168de4dac17ff
0xb8ff7dba5e428d392f4b7a4536ae1852e009b90296766acf9df4b63196edc6c2
0x692836ade501d4c558fb2b14a4c5133b47619cee2f3eee96b6e2d8f0a7401ef1
0x64d3259a040d8d1cff43ad038adaf0df017dc23ae1dbff83d3603aa5473256d1
0x962e085004834353d9fcc253812d6dec99def77d4459ab3eb3638c60faaa9c08
From
0xfce4fe5470d93f8dfb3a1f3613638dfc21038f77a9645c9a105735c60ccf0838
From
0xe34281ad1e5144eaa9204899a9e4e9d318c337a929473aa2c6fccfe276a610b5
0xe6875d649e079731232dbedba343d8995e23704af95fc52aad646331fd61795d
0x9f9be66d7cf12ad5940362fed6f0fddf104d9deab3235c1071c80b594259059b

Functions
Getter at block 21159404
_baseURI(view returns (string)
https://bafybeia4sxyqmk6iirhof76golm4lhg5j6kfwsfdk3q4gx4cowwuh7ieom.ipfs.nftstorage.link/
mainContractAddress(view returns (address)
0x007029dfb0bc69df0303e48d3e458efa3db6d98f
owner(view returns (address)
0x4d5949be178270b031c18fe86663d8ba5ea97204
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
inventory(stringview returns (uint256 idstring name)
isApprovedForAll(address accountaddress operatorview returns (bool)
items(uint256view returns (uint256 idstring name)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256 tokenIdview returns (string)
State-modifying
addNewItem(string _name
agencyMint(address _touint256 _itemIduint256 _count
createGenesisItems(string[] _names
destroyAgentItems(address _fromuint256 _itemIduint256 _count
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
sendAgentItems(address _touint256 _itemIduint256 _count
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMainContractAddress(address _address
supplyPaidAgents(address _touint256 _amount
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
SystemMustCall(