MythVerse Genesis
Verified contract
Active on
Ethereum with 556 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "MythVerse Genesis"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20641176 | 3 months ago | | | 0 | 0.000078022114 | |
| 19518326 | 8 months ago | | | 0 | 0.0010062037 | |
| 19392937 | 9 months ago | | | 0 | 0.0016726688 | |
| 19392936 | 9 months ago | | | 0 | 0.0016807677 | |
| 19392936 | 9 months ago | | | 0 | 0.0016807677 | |
| 18285785 | a year ago | | | 0 | 0.00068654708 | |
| 17689168 | a year ago | | | 0 | 0.00045596497 | |
| 17454484 | a year ago | | | 0 | 0.00069757795 | |
| 17121045 | 2 years ago | | | 0 | 0.0030543989 | |
| 17121041 | 2 years ago | | | 0 | 0.0027916931 |
ABI
ABI objects
Getter at block 21331075
contractOwner() view returns (address)
0x94d22422f1acc7f84cf20f82a5c2f63dbc2b073b
name() view returns (string)
MythVerse Genesis
symbol() view returns (string)
MYTH
totalSupply() view returns (uint256)
1260
uriPrefix() view returns (string)
https://api.mythverse.xyz/myth/
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) pure returns (bool)
tokenURI(uint256 cardId) view returns (string)
tokensOf(address owner, uint256 startIndex, uint256 endIndex) view returns (uint256[])
whiteList(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId) payable
batchTransferFrom(address from, address to, uint256[] tokenIds)
mint(address to)
safeBatchTransferFrom(address from, address to, uint256[] tokenIds)
safeBatchTransferFrom(address from, address to, uint256[] tokenIds, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address to, bool approved)
setUriPrefix(string prefix)
setWhiteList(address account, bool enable)
transferFrom(address from, address to, uint256 tokenId) payable
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)
This contract contains no fallback and receive objects.
This contract contains no error objects.