Compass Lifetime Pass
Verified contract
Active on
Ethereum with 5,112 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
-
variable spans 4 additional slots
Balances ($0.00)
No balances found for "Compass Lifetime Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21231324 | 4 days ago | | | 0 | 0.00070740864 | |
| 21228171 | 5 days ago | | | 0 | 0.00055538842 | |
| 20998296 | a month ago | | | 0 | 0.00043282388 | |
| 20988557 | a month ago | | | 0 | 0.00052467974 | |
| 20987843 | a month ago | | | 0 | 0.00061233618 | |
| 20982205 | a month ago | | | 0 | 0.00025307316 | |
| 20970922 | a month ago | | | 0 | 0.00086668404 | |
| 20939376 | a month ago | | | 0 | 0.00065908132 | |
| 20932394 | 2 months ago | | | 0 | 0.00047187954 | |
| 20651108 | 3 months ago | | | 0 | 0.000027755948 |
ABI
ABI objects
Getter at block 21262812
MAX_MINTS_PER_ADDRESS() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
1000
currentPrice() view returns (uint256)
300000000000000000
isMintEnabled() view returns (bool)
true
name() view returns (string)
Compass Lifetime Pass
owner() view returns (address)
0xd7c1e824f451fb053f84aa7aba5dabf0ec16f656
symbol() view returns (string)
CLP
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPriceForId(uint256 tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isValidAffiliate(address affiliate) 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)
blockAffiliate(address affiliate)
drain(address to)
mint(address referredBy) payable
pause()
renounceOwnership()
reserveMint()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
AffiliatePayout(address indexed to, uint256 amount)
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, string baseTokenUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.