Tennis Champs Genesis Series
Verified contract
Active on
Ethereum with 7,820 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "Tennis Champs Genesis Series"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21302276 | 2 hours ago | | | 0 | 0.00069020935 | |
| 21302132 | 2 hours ago | | | 0 | 0.00072036340 | |
| 21301523 | 5 hours ago | | | 0 | 0.00059337490 | |
| 21301502 | 5 hours ago | | | 0 | 0.00053842810 | |
| 21301468 | 5 hours ago | | | 0 | 0.00057473963 | |
| 21300253 | 9 hours ago | | | 0 | 0.00036322931 | |
| 21299796 | 10 hours ago | | | 0 | 0.00038714502 | |
| 21299417 | 12 hours ago | | | 0 | 0.00041916973 | |
| 21298917 | 13 hours ago | | | 0 | 0.00033423396 | |
| 21298717 | 14 hours ago | | | 0 | 0.00045142184 |
ABI
ABI objects
Getter at block 21302873 remainingItems() view returns (struct webData)
ERC712_VERSION() view returns (string)
1
FINNEY() view returns (uint256)
1000000000000000
MAX_PER_TX() view returns (uint256)
5
MAX_UINT() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
_maxSupply() view returns (uint256)
3333
_publicStartTimestamp() view returns (uint256)
1648587600
_tierCount() view returns (uint256)
1
_whiteListStartTimestamp() view returns (uint256)
1648501200
contractURI() view returns (string)
https://onjoyride.mypinata.cloud/ipfs/QmeFmT9G2G5EaEq4vykfzRQqBJvUkfug4PPoVEbQ1ScR1J/contract
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
Tennis Champs Genesis Series
owner() view returns (address)
0x812b41c3769af7ad93bad03fbe4d4255f080130e
symbol() view returns (string)
CHAMPS
tokenFactory() view returns (address)
0x894816c2c684151b4f1eccf51212ac9582b5cbf8
totalSupply() view returns (uint256)
3333
Read-only
_packTiers(uint256) view returns (uint8 tierIndex, uint32 finneyPrice, uint32 startIndex, uint32 endIndex, uint32 nextIDPlusOne)
balanceOf(address owner) view returns (uint256)
factoryCanMint(uint256 _optionId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
getPreMintRemaingSlotsCount(uint256[] whitelistBits) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId_) view returns (string)
State-modifying
Events addWhitelistBits(uint256 blockCount)
approve(address to, uint256 tokenId)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
factoryMint(uint256 _optionId, address _to)
initializeTierURIs(string[] tierBaseURI_)
mintTokenComplex(struct purchaseData[] data_) payable
mintTokenSimple(uint256 tierID_, uint256 quantity_) payable
prepReveal()
primeThePump(uint256 start_, uint256 count_, uint256 tierID_, address[] freebieAddresses_)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowListSigningAddress(address signer)
setApprovalForAll(address operator, bool approved)
setContractMetadataURI(string uri)
setDropTimestamps(uint256 whiteListStart_, uint256 publicStart_)
setOSFactory(address factory)
setPackTiers(struct mintTier[] tiers)
setPaused(bool state)
setReducedPackTier(uint256 mintTierIndex, uint32 newEndIndex)
setTokenApprovalsForOwner(address token_)
toggleOpenSeaApproval(bool revoked)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawEther(address recipient)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, address proxy)
This contract contains no fallback and receive objects.
FactoryCannotMint()
NotTokenFactory()