ARBO Artifacts
Verified contract
Active on
Ethereum with 2,897 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 "ARBO Artifacts"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21259111 | 3 days ago | | | 0 | 0.00028889258 | |
| 21142762 | 20 days ago | | | 0 | 0.00043347076 | |
| 21139726 | 20 days ago | | | 0 | 0.00077180448 | |
| 21088761 | a month ago | | | 0 | 0.00035445807 | |
| 21088712 | a month ago | | | 0 | 0.00032798749 | |
| 21088701 | a month ago | | | 0 | 0.00035021722 | |
| 21088699 | a month ago | | | 0 | 0.00036127666 | |
| 20976158 | a month ago | | | 0 | 0.00044663220 | |
| 20940536 | 2 months ago | | | 0 | 0.00058633146 | |
| 20932360 | 2 months ago | | | 0 | 0.00047042070 |
ABI
ABI objects
Getter at block 21283836
name() view returns (string)
ARBO Artifacts
owner() view returns (address)
0x64b22a918fdefaa5605dd7c355188d7a40ea9202
symbol() view returns (string)
ARBO-A
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events batchBurn(address from, uint256[] ids, uint256[] amounts)
batchMint(address to, uint256[] ids, uint256[] amounts, bytes data)
burn(address from, uint256 id, uint256 amount)
mint(address to, uint256 id, uint256 amount, bytes data)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setURI(string newURI)
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 _uri, string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.