Meta Athletes
Verified contract
Active on
Ethereum with 1,526 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "Meta Athletes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20148288 | 5 months ago | | | 0 | 0.00018224144 | |
| 20070614 | 5 months ago | | | 0 | 0.00053825202 | |
| 20012882 | 5 months ago | | | 0 | 0.00048936650 | |
| 19978726 | 6 months ago | | | 0 | 0.00032318304 | |
| 19912823 | 6 months ago | | | 0 | 0.00066044369 | |
| 19841597 | 6 months ago | | | 0 | 0.00050206949 | |
| 19813018 | 6 months ago | | | 0 | 0.00021979866 | |
| 19796852 | 6 months ago | | | 0 | 0.00032254430 | |
| 19782823 | 7 months ago | | | 0 | 0.00048879675 | |
| 19778748 | 7 months ago | | | 0 | 0.00025572092 |
ABI
ABI objects
Getter at block 21208903
getCost() view returns (uint256)
30000000000000000
getMaxCountPerAccount() view returns (uint256)
100
getMaxSupply() view returns (uint256)
4000
getOpenMinting() view returns (bool)
true
getTiersIndex() view returns (uint256[3])
[2000, 4000, 4100]
name() view returns (string)
Meta Athletes
owner() view returns (address)
0x153a21c35e250cca50f6151072fa93bdb8571ec6
paused() view returns (bool)
true
symbol() view returns (string)
ATH
totalSupply() view returns (uint256)
2846
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMapURIs(uint256 index) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
ownerTokens(address owner) view returns (uint16[])
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 amount, bytes32[] proof) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setCost(uint256 cost)
setMapURIs(uint256 index, string uri)
setMaxCountPerAccount(uint256 maxCountPerAccount)
setMaxSupply(uint256 maxSupply)
setOpenMinting(bool openMinting)
setRoot(bytes32 root)
setTiersIndex(uint256[] values)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string name, string symbol, string uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.