TORVIPPass
Verified contract
Active on
Ethereum with 3,858 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc2f0…cf3d
Balances ($0.00)
No balances found for "TORVIPPass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21081478 | 17 days ago | | | 0 | 0.00057298561 | |
| 20642963 | 3 months ago | | | 0 | 0.000058586307 | |
| 20597513 | 3 months ago | | | 0 | 0.000050048085 | |
| 20597477 | 3 months ago | | | 0 | 0.000081261906 | |
| 20597458 | 3 months ago | | | 0 | 0.000064023608 | |
| 20596661 | 3 months ago | | | 0 | 0.000068173687 | |
| 20464658 | 3 months ago | | | 0 | 0.00038142596 | |
| 20358406 | 4 months ago | | | 0 | 0.00017279200 | |
| 20188292 | 5 months ago | | | 0 | 0.00012335240 | |
| 20124144 | 5 months ago | | | 0 | 0.00013927822 |
ABI
ABI objects
Getter at block 21204358
baseURI() view returns (string)
https://mint.toolsofrock.com/api/passes/
burningIsActive() view returns (bool)
false
claimingIsActive() view returns (bool)
false
maxTokenSupply() view returns (uint256)
2500
name() view returns (string)
TORVIPPass
owner() view returns (address)
0x9ab10a59613ce0d8d2e391e49f3697922d28d6ed
provenance() view returns (string)
symbol() view returns (string)
TORVIP
totalSupply() view returns (uint256)
2500
Read-only
balanceOf(address owner) view returns (uint256)
canClaim(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getClaimableTokens(address owner) view returns (uint256[])
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)
burn(uint256 tokenId)
flipBurningState()
flipClaimingState()
mintViaBurn(uint256[] tokenIds)
mintViaClaim(uint256[] tokenIds)
renounceOwnership()
reserveMint(uint256 reservedAmount, address mintAddress)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setMaxTokenSupply(uint256 maxVIPPassSupply)
setProvenanceHash(string provenanceHash)
setTorContractAddress(address torContractAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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 name, string symbol, uint256 maxVIPPassSupply, address torContractAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.