MetaChamps
Verified contract
Active on
Ethereum with 634 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 "MetaChamps"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20764016 | 2 months ago | | | 0 | 0.00025366817 | |
| 18869452 | a year ago | | | 0 | 0.00091616022 | |
| 17485931 | a year ago | | | 0 | 0.0011644976 | |
| 16941067 | 2 years ago | | | 0 | 0.0018897534 | |
| 16858777 | 2 years ago | | | 0 | 0.00056645667 | |
| 16623777 | 2 years ago | | | 0 | 0.00090999731 | |
| 16623775 | 2 years ago | | | 0 | 0.00094923389 | |
| 16623774 | 2 years ago | | | 0 | 0.00097953627 | |
| 16620141 | 2 years ago | | | 0 | 0.0018477521 | |
| 16227997 | 2 years ago | | | 0 | 0.0013332728 |
ABI
ABI objects
Getter at block 21169506
MAX_SUPPLY() view returns (uint256)
300
name() view returns (string)
MetaChamps
owner() view returns (address)
0x10498372c8c183d6de6d1ec53b5921de258de2f8
saleIsActive() view returns (bool)
true
salePrice() view returns (uint256)
230000000000000000
symbol() view returns (string)
CHAMPS
totalSupply() view returns (uint256)
300
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() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setPrice(uint256 _salePrice)
toggleSaleState()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateTokenURIExternal(address _tokenURIExternal)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.