Champs Only
Verified contract
Active on
Ethereum with 6,654 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2e69…1ef2
Balances ($0.00)
No balances found for "Champs Only"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20945626 | 2 months ago | | | 0 | 0.00026908813 | |
| 20031273 | 6 months ago | | | 0 | 0.00054372899 | |
| 19529913 | 8 months ago | | | 0 | 0.00056255019 | |
| 19529913 | 8 months ago | | | 0 | 0.00056255019 | |
| 19335364 | 9 months ago | | | 0 | 0.0014205126 | |
| 19066553 | 10 months ago | | | 0 | 0.00028876436 | |
| 18908119 | a year ago | | | 0 | 0.00064093427 | |
| 18906547 | a year ago | | | 0 | 0.00074872279 | |
| 18828924 | a year ago | | | 0 | 0.0030631628 | |
| 18802902 | a year ago | | | 0 | 0.00076517379 |
ABI
ABI objects
Getter at block 21286516
NUMBER_RESERVED_TOKENS() view returns (uint256)
100
PRICE() view returns (uint256)
250000000000000000
activeBadgeId() view returns (uint256)
1
contractURI() view returns (string)
contractURIstr() view returns (string)
getName() view returns (string)
Champs Only
maxPerTransaction() view returns (uint256)
3
maxPerWallet() view returns (uint256)
3
maxSupply() view returns (uint256)
1444
name() view returns (string)
Champs Only
owner() view returns (address)
0xd0f38a7761cc1a30d515899959bd343a23228413
reservedTokensMinted() view returns (uint256)
100
saleIsActive() view returns (bool)
false
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events changeSaleDetails(uint256 _activeBadgeId, uint256 _maxPerTransaction, uint256 _maxPerWallet, uint256 _maxSupply)
flipSaleState()
mintReservedTokens(address to, uint256 amount)
mintToken(uint256 amount) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setContractURI(string newuri)
setName(string _name)
setURI(string newuri)
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.