MetaHero
Verified contract
Active on
Ethereum with 23,177 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x797a…256b
Balances ($0.00)
No balances found for "MetaHero"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21137165 | 3 days ago | | | 0 | 0.00091144452 | |
| 21137047 | 3 days ago | | | 0 | 0.0011481050 | |
| 21123094 | 5 days ago | | | 0 | 0.00063293401 | |
| 21115635 | 6 days ago | | | 0 | 0.00060495701 | |
| 21115038 | 6 days ago | | | 0 | 0.00037510235 | |
| 21111393 | 7 days ago | | | 0 | 0.00041236038 | |
| 21106264 | 7 days ago | | | 0 | 0.00010645800 | |
| 21106130 | 7 days ago | | | 0 | 0.00010612620 | |
| 21106125 | 7 days ago | | | 0 | 0.00011569139 | |
| 21104545 | 8 days ago | | | 0 | 0.000098873831 |
ABI
ABI objects
Getter at block 21158556
arweaveAssets() view returns (string)
mintPassContract() view returns (address)
0x797a48c46be32aafcedcfd3d8992493d8a1f256b
name() view returns (string)
MetaHero
owner() view returns (address)
0x79a20cf7331f37432e078d923074e42512e3585a
paused() view returns (bool)
false
symbol() view returns (string)
HERO
totalSupply() view returns (uint256)
8082
windowOpen() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
geneOf(uint256 tokenId) view returns (uint256 gene)
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)
burn(uint256 tokenId)
endIpfsUriAt(uint256 at)
pause()
redeem(uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setArweaveAssets(string _arweaveAssets)
setBaseURI(string _baseTokenURI)
setIpfsURI(string _ipfsURI)
setRedeemStart(uint256 _windowOpen)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Redeemed(address indexed account, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _name, string _symbol, uint256 _windowOpen, string _baseTokenURI, address _mintPassToken, string _arweaveAssets)
This contract contains no fallback and receive objects.
This contract contains no error objects.