Hero APE - Milo
Verified contract
Active on
Ethereum with 2,052 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 "Hero APE - Milo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20404992 | 4 months ago | | | 0 | 0.00010048968 | |
| 19224547 | 10 months ago | | | 0 | 0.00047949186 | |
| 19224546 | 10 months ago | | | 0 | 0.00050008285 | |
| 18771408 | a year ago | | | 0 | 0.0013402502 | |
| 18308600 | a year ago | | | 0 | 0.00027949440 | |
| 18243711 | a year ago | | | 0 | 0.00046857452 | |
| 18223076 | a year ago | | | 0 | 0.00042066000 | |
| 18213432 | a year ago | | | 0 | 0.00096365620 | |
| 18196794 | a year ago | | | 0 | 0.00043217325 | |
| 18136828 | a year ago | | | 0 | 0.00091308028 |
ABI
ABI objects
Getter at block 21393490
_baseURI() view returns (string)
https://heroape.io/ipfs/
_owner() view returns (address)
0x64d41172a6cd0ecfbc69e22668bcd8af5b728a32
_price() view returns (uint256)
100000000000000000
name() view returns (string)
Hero APE - Milo
symbol() view returns (string)
HAM
totalSupply() view returns (uint256)
1058
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint() payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setPrice(uint256 amount)
transferFrom(address from, address to, uint256 tokenId)
withdraw(address to, uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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.