Champions
Verified contract
Active on
Ethereum with 14,294 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 "Champions"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21238137 | a day ago | | | 0 | 0.00085633943 | |
| 21238135 | a day ago | | | 0 | 0.00079450398 | |
| 21207817 | 5 days ago | | | 0 | 0.00047592652 | |
| 21195688 | 7 days ago | | | 0 | 0.0013501395 | |
| 21181734 | 9 days ago | | | 0 | 0.0021822849 | |
| 21013722 | a month ago | | | 0 | 0.00038095617 | |
| 20982885 | a month ago | | | 0 | 0.00023092633 | |
| 20916487 | a month ago | | | 0 | 0.00054147674 | |
| 20802259 | 2 months ago | | | 0 | 0.00026904186 | |
| 20795286 | 2 months ago | | | 0 | 0.0010573018 |
ABI
ABI objects
Getter at block 21244883
_baseTokenURI() view returns (string)
https://champions.mypinata.cloud/ipfs/QmTj99EsWRrvZf4b826wN8jJjqDD7BmWASsHejiNCDrayb/
_maxChampPerWallet() view returns (uint256)
5
_merkleRoot() view returns (bytes32)
0x4f389d9f7b5f3aad6e5bfce14b49675e7eed659b79174960b201e468d8a21f94
_paused() view returns (bool)
true
_presale() view returns (bool)
false
_presaleReserved() view returns (uint256)
209
_price() view returns (uint256)
250000000000000000
_reserved() view returns (uint256)
0
_totalToBeMinted() view returns (uint256)
8888
getPrice() view returns (uint256)
250000000000000000
getTeam() view returns (address)
0x1483a5ed4df06c6bbe85133eeb57289e0b2c6c98
name() view returns (string)
Champions
owner() view returns (address)
0x107cd8d7b9080542b6b576ca6457cbab5a9526bb
symbol() view returns (string)
CHAMPS
totalSupply() view returns (uint256)
8888
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address account, bytes32[] proof) 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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
giveAway(address _to, uint256 _amount)
pause(bool val)
presale(bool val)
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)
setMaxChampPerWallet(uint256 _newMax)
setPresalesParam(bytes32 merkleRootWhitelist, uint256 newAvailableAmount)
setPrice(uint256 _newPrice)
summon(uint256 amount) payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistSummon(uint256 amount, bytes32[] proof) payable
withdrawAll() payable
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(string baseURI, address team, uint256 totalToBeMinted, uint256 reserved, uint256 presaleReserved, bytes32 merkleRoot)
This contract contains no fallback and receive objects.
This contract contains no error objects.