1CU Pioneer Pass
Verified contract
Proxy
Active on
Ethereum with 6,519 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($601.45)
Native
Value
$601.45
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.18 | $3,341.38 |
$601.45 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20650407 | 3 months ago | | | 0 | 0.000027584713 | |
| 20174116 | 5 months ago | | | 0 | 0.000088742437 | |
| 19838565 | 6 months ago | | | 0 | 0.000099387139 | |
| 19838112 | 6 months ago | | | 0 | 0.00010582534 | |
| 19838028 | 6 months ago | | | 0 | 0.00019998030 | |
| 19836970 | 6 months ago | | | 0 | 0.000087529288 | |
| 19717556 | 7 months ago | | | 0 | 0.00026464832 | |
| 18910000 | a year ago | | | 0 | 0.00052600780 | |
| 18754918 | a year ago | | | 0 | 0.00059636401 | |
| 18432322 | a year ago | | | 0 | 0.00043666027 |
ABI
ABI objects
Getter at block 21248390
contractURI() view returns (string)
https://ipfs.filebase.io/ipfs/QmUr2dw9GjznSgQnPhtoBicm3cYGdy1zmUWWtYKEwQsy8u
name() view returns (string)
1CU Pioneer Pass
owner() view returns (address)
0x6e685b33f5edf52602328b26c6d0d658d32649ea
symbol() view returns (string)
PNRP
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getMinted(uint256 _passId, address _account) view returns (bool presale, bool whitelist)
getPioneerPassDetails(uint256 _passId) view returns (struct LibraryPass)
getStakes(uint256 _passId, address _user) view returns (uint256[])
getStakingTimer(uint256 _passId) view returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 _passId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _passId) view returns (string)
ValidatePresaleMint(struct LibraryPass pass, uint16 _amount, bool _whitelisted, bytes32[] merkleProof) view returns (bool)
ValidatePublicMint(struct LibraryPass pass, uint16 _amount, uint16 _hodls) view returns (bool)
State-modifying
Events addPass(uint256 _passId, uint16 _maxSupply, uint8 _maxMint, uint24 _stakingPoints, bytes32 _whitelistMerkleRoot, uint256 _mintPrice, uint256 _whitelistPrice, uint256 _hodlersPrice)
burn(address from, uint256 id, uint256 amount)
mint(bytes32[] _merkleProof, uint256 _passId, uint16 _amount, bool whitelisted) payable
reservedMints(uint256 _passId, uint16 _amount) payable
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)
setContractURI(string _contractURI)
setRoyaltyAddress(address _teamWallet)
setSaleStatus(uint256 _passId, bool _presale, bool _publicSale)
setTransfersLock(uint256 _passId, bool _value)
setUri(uint256 _tokenId, string _tokenURI)
transferOwnership(address newOwner)
updatePass(uint256 _passId, uint8 _maxMint, uint16 _maxSupply, uint16 _stackingPoints, bytes32 _merkleRoot, uint256 _mintPrice, uint256 _whitelistPrice, uint256 _hodlersPrice)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
constructor(string _contractURI, address royaltyAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.