ARBO Heroes
Verified contract
Active on
Ethereum with 2,113 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 Heroes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21077458 | 12 days ago | | | 0 | 0.00052972447 | |
| 21005071 | 22 days ago | | | 0 | 0.00031449308 | |
| 20976158 | a month ago | | | 0 | 0.00044614821 | |
| 20961933 | a month ago | | | 0 | 0.00038457900 | |
| 20952104 | a month ago | | | 0 | 0.00040108554 | |
| 20937025 | a month ago | | | 0 | 0.00087323369 | |
| 20937000 | a month ago | | | 0 | 0.00053091411 | |
| 20936977 | a month ago | | | 0 | 0.0011753906 | |
| 20936976 | a month ago | | | 0 | 0.0015161348 | |
| 20936971 | a month ago | | | 0 | 0.0013390970 |
ABI
ABI objects
Getter at block 21160525
name() view returns (string)
ARBO Heroes
owner() view returns (address)
0x64b22a918fdefaa5605dd7c355188d7a40ea9202
symbol() view returns (string)
ARBO
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address to, uint256 quantity, bytes data, bool safe)
renounceOwnership()
safeMint(address to, uint256 tokenId)
safeMint(address to, uint256 tokenId, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.