The Tick3t Pass
Verified contract
Active on
Ethereum with 953 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 "The Tick3t Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19257763 | 9 months ago | | | 0 | 0.0010753319 | |
| 16309423 | 2 years ago | | | 0 | 0.00068674035 | |
| 15798066 | 2 years ago | | | 0 | 0.0041433569 | |
| 15134401 | 2 years ago | | | 0 | 0.0041307266 | |
| 15116849 | 2 years ago | | | 0 | 0.0035138817 | |
| 15071159 | 2 years ago | | | 0 | 0.0010338569 | |
| 15058701 | 2 years ago | | | 0 | 0.0027718447 | |
| 15058700 | 2 years ago | | | 0 | 0.0026373663 | |
| 15054305 | 2 years ago | | | 2.1 | 0.0016348818 | |
| 15054293 | 2 years ago | | | 2.1 | 0.0037961372 |
ABI
ABI objects
Getter at block 21167442 getOpenSaleTokens() view returns (string)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
_contractURI() view returns (string)
ipfs://QmRoa1pJHFELizneLiNmpLWNaa2jnLMYtV7d9ZExTZ5N7i
name() view returns (string)
The Tick3t Pass
name_() view returns (string)
The Tick3t Pass
owner() view returns (address)
0xc852d035129c16387d446dc2b291049b885393e1
paused() view returns (bool)
false
symbol() view returns (string)
TICK3TPASS
symbol_() view returns (string)
TICK3TPASS
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getExternalTokenBalance(address sender, struct CommerceWhitelist balanceRequest) view returns (uint256)
getQualifiedAllocation(address sender, uint256 tokenIndex, uint256 quantity, uint256 amount, bytes32[] merkleProof, bool returnAllocationOnly) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getTokenSupply(uint256 tokenIndex) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
isSaleOpen(uint256 tokenIndex) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokens(uint256) view returns (string ipfsMetadataHash, string extraDataUri, uint256 numRedeemableContracts, uint256 numTokenWhitelists, struct CommerceMintingConfig mintingConfig, struct CommerceWhiteListConfig whiteListConfig, bool isTokenPack)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _id) view returns (string)
verifyMerkleProof(bytes32[] merkleProof, uint256 mpIndex, uint256 amount) view returns (bool)
State-modifying
Events addFusion(uint256 _tokenIndex, uint256 _fusionTokenID, uint256 _fusionQuantity)
addWhiteList(uint256 _tokenIndex, string _tokenType, address _tokenAddress, uint256 _tokenId, uint256 _mustOwnQuantity)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
burnFromRedeem(address account, uint256 tokenIndex, uint256 amount)
disableWhiteList(uint256 _tokenIndex, uint256 _whiteListIndexToRemove)
editToken(uint256 _tokenIndex, string _ipfsMetadataHash, string _extraDataUri, uint256 _windowOpens, uint256 _windowCloses, uint256 _mintPrice, uint256 _maxSupply, uint256 _maxMintPerTxn, uint256 _maxPerWallet, bool _maxQuantityMappedByWhitelistHoldings, bool _requireAllWhiteLists, address[] _redeemableContracts)
editTokenWhiteListMerkleRoot(uint256 _tokenIndex, bytes32 _merkleRoot, bool enabled)
fusion(uint256 tokenIndex, uint256 amount)
grantRole(bytes32 role, address account)
mintBatch(address to, uint256[] qty, uint256[] _tokens)
pause()
purchase(uint256[] _quantities, uint256[] _tokenIndexes, uint256[] _merkleAmounts, bytes32[][] _merkleProofs) payable
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
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)
setOwner(address _addr)
setURI(string baseURI)
toggleFusion(uint256 _tokenIndex, bool _fusionOpen)
toggleSale(uint256 mpIndex, bool on)
transferOwnership(address newOwner)
unpause()
withdrawEther(address _to, uint256 _amount)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Fused(uint256[] index, address indexed account, uint256[] amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Purchased(uint256[] index, address indexed account, uint256[] amount)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
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)
Unpaused(address account)
constructor(string _name, string _symbol, address[] _admins, string _contract_URI)
This contract contains no fallback and receive objects.
This contract contains no error objects.