Professors Mint Pass
Verified contract
Active on
Ethereum with 1,059 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 "Professors Mint Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18714954 | a year ago | | | 0 | 0.0026566568 | |
| 17582784 | a year ago | | | 0 | 0.00062220779 | |
| 16365125 | 2 years ago | | | 0 | 0.00098358582 | |
| 16287573 | 2 years ago | | | 0 | 0.00071754377 | |
| 16216060 | 2 years ago | | | 0 | 0.00055809249 | |
| 16065464 | 2 years ago | | | 0 | 0.00056478763 | |
| 16037198 | 2 years ago | | | 0 | 0.00060322974 | |
| 15885675 | 2 years ago | | | 0 | 0.00082736552 | |
| 15884014 | 2 years ago | | | 0 | 0.0019133624 | |
| 15865129 | 2 years ago | | | 0 | 0.00039548339 |
ABI
ABI objects
Getter at block 21221873
burnerContract() view returns (address)
0x0000000000000000000000000000000000000000
claimMerkleRoot() view returns (bytes32)
0xbb1f26e580117dae4771fb88e81804e0fa276ca5669a5c416a5dd1f448017d9b
name() view returns (string)
Professors Mint Pass
owner() view returns (address)
0xeb54d98efa0c97cda69297862db5eabc8380d7d5
saleMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol() view returns (string)
PROFSPASS
totalReleased() view returns (uint256)
0
totalShares() view returns (uint256)
100
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
fiatAllowlist(address) view returns (bool)
getClaimIneligibilityReason(address _address, uint256 _quantity, uint256 _id) view returns (string)
hasClaimed(uint256, address) view returns (uint16)
hasMinted(uint256, address) view returns (uint16)
isApprovedForAll(address account, address operator) view returns (bool)
payee(uint256 index) view returns (address)
price(uint256 _id) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokens(uint256) view returns (uint16 maxSupply, uint16 maxPerWallet, uint16 maxPerTransaction, uint72 preSalePrice, uint72 pubSalePrice, bool preSaleIsActive, bool saleIsActive, bool claimIsActive, bool supplyLock, uint16 totalSupply)
totalReleased(address token) view returns (uint256)
unclaimedSupply(uint256 _id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events addFiatMinter(address _address)
burnForAddress(uint256 _id, uint256 _quantity, address _address)
claimFree(uint256 _id, uint16 _maxMint, uint16 _quantity, bytes32[] _proof)
claimTo(address _address, uint256 _quantity, uint256 _id) payable
createType(uint256 _id, uint16 _maxSupply, uint16 _maxPerWallet, uint16 _maxPerTransaction, uint72 _preSalePrice, uint72 _pubSalePrice)
lockSupply(uint256 _id)
mint(uint256 _id, uint16 _quantity, bytes32[] _proof) payable
release(address account)
release(address token, address account)
removeFiatMinter(address _address)
renounceOwnership()
reserve(uint256 _id, address _address, uint16 _quantity)
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)
setBurnerAddress(address _address)
setClaimRoot(bytes32 _root)
setSaleRoot(bytes32 _root)
setURI(string _uri)
transferOwnership(address newOwner)
updateSaleState(uint256 _id, bool _preSaleIsActive, bool _saleIsActive, bool _claimIsActive)
updateType(uint256 _id, uint16 _maxSupply, uint16 _maxPerWallet, uint16 _maxPerTransaction, uint72 _preSalePrice, uint72 _pubSalePrice)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
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(uint16 _id, string _name, string _symbol, string _uri, address[] _payees, uint256[] _shares, address _owner, struct ERC1155ContractToken _type)
receive()
This contract contains no error objects.