SSAInventory
Verified contract
Active on
Ethereum with 20 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 "SSAInventory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20877683 | a month ago | | | 0 | 0.00030639209 | |
| 20877683 | a month ago | | | 0 | 0.00030584064 | |
| 16700337 | 2 years ago | | | 0 | 0.00063311233 | |
| 16512205 | 2 years ago | | | 0 | 0.00072051041 | |
| 15592351 | 2 years ago | | | 0 | 0.00017217530 | |
| 15578482 | 2 years ago | | | 0 | 0.00052812299 | |
| 15520519 | 2 years ago | | | 0 | 0.00028161611 | |
| 15494172 | 2 years ago | | | 0 | 0.0014583198 | |
| 15410403 | 2 years ago | | | 0 | 0.0012932359 | |
| 15405985 | 2 years ago | | | 0 | 0.00041341970 |
ABI
ABI objects
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 account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
inventory(string) view returns (uint256 id, string name)
isApprovedForAll(address account, address operator) view returns (bool)
items(uint256) view returns (uint256 id, string name)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
State-modifying
Events addNewItem(string _name)
agencyMint(address _to, uint256 _itemId, uint256 _count)
createGenesisItems(string[] _names)
destroyAgentItems(address _from, uint256 _itemId, uint256 _count)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
sendAgentItems(address _to, uint256 _itemId, uint256 _count)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMainContractAddress(address _address)
supplyPaidAgents(address _to, uint256 _amount)
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()
This contract contains no fallback and receive objects.
SystemMustCall()