Prometheus Pass (Gold)
Verified contract
Active on
Ethereum with 1,781 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc09c…571b
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PPG | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20550168 | 3 months ago | | | 0 | 0.000065438404 | |
| 20504370 | 4 months ago | | | 0 | 0.000054528861 | |
| 19976499 | 6 months ago | | | 0 | 0.0012728110 | |
| 19601979 | 8 months ago | | | 0 | 0.00044452706 | |
| 19502307 | 8 months ago | | | 0 | 0.00070607156 | |
| 19470742 | 8 months ago | | | 0 | 0.0016678903 | |
| 19450470 | 8 months ago | | | 0 | 0.0012853027 | |
| 19138995 | 10 months ago | | | 0 | 0.00084678302 | |
| 19046811 | 10 months ago | | | 0 | 0.00071407194 | |
| 18940720 | a year ago | | | 0 | 0.00081327955 |
ABI
ABI objects
Getter at block 21306027
FOR_SALE_SUPPLY() view returns (uint256)
1800
MAX_SUPPLY() view returns (uint256)
1888
PRIVATE_SALE_OPEN_TIME() view returns (uint256)
1634299200
PUBLIC_SALE_OPEN_TIME() view returns (uint256)
1634385600
RESERVED_SUPPLY() view returns (uint256)
88
SALE_PRICE() view returns (uint256)
188800000000000000
getTreasury() view returns (address)
0xc09c938774d0696f5522e7af668c088d4cc5571b
getVoucherSigner() view returns (address)
0xfd98fc120459ed7dfc17963a6c0179c2e50efa83
isPrivateSaleOpen() view returns (bool)
true
isPublicSaleOpen() view returns (bool)
true
name() view returns (string)
Prometheus Pass (Gold)
owner() view returns (address)
0xc45c8e56a92310990cd950fb5ff59bd28e5ccda7
paused() view returns (bool)
false
symbol() view returns (string)
PPG
totalSupply() view returns (uint256)
1400
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
validateVoucher(struct PrometheusPassVoucherVoucher v) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
pause()
privateSaleMint(struct PrometheusPassVoucherVoucher v) payable
publicSaleMint(address to) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setTreasury(address newTreasury)
setVoucherSigner(address newVoucherSigner)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
SetTreasury(address prevTreasury, address newTreasury)
SetVoucherSigner(address prevVoucherSigner, address newVoucherSigner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TreasuryReceivedValue(address treasury, uint256 amount)
Unpaused(address account)
constructor(address owner, address treasury, address voucherSigner, address proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.