EDUCATION PASSPORT NFT
Verified contract
Proxy
Active on
Ethereum with 5,911 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
14 additional
variables
Balances ($0.00)
No balances found for "EDUCATION PASSPORT NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20852796 | 2 months ago | | | 0 | 0.00015706306 | |
| 20804394 | 2 months ago | | | 0 | 0.00043694242 | |
| 20726340 | 3 months ago | | | 0 | 0.00012207921 | |
| 20602910 | 3 months ago | | | 0 | 0.000036752990 | |
| 20570431 | 3 months ago | | | 0 | 0.00016605755 | |
| 20541577 | 3 months ago | | | 0 | 0.00014911334 | |
| 20111214 | 5 months ago | | | 0 | 0.00021650937 | |
| 19993244 | 6 months ago | | | 0 | 0.00030027769 | |
| 19852464 | 7 months ago | | | 0 | 0.00035483436 | |
| 19797468 | 7 months ago | | | 0 | 0.00036977271 |
ABI
ABI objects
Getter at block 21283812 getDistribution() view returns (address[] distributees, uint256 distributionRate)
allowListPrice() view returns (uint256)
4000000000000000
allowlistedMemberMintLimit() view returns (uint256)
50
contractURI() view returns (string)
ipfs://QmSc6z1migCZKy9npZ4SjxQ5XPqeTqPL3qwgJweeJaYTwv
isAllowlistMintPaused() view returns (bool)
true
isPublicMintPaused() view returns (bool)
true
mintLimit() view returns (uint256)
20000
name() view returns (string)
EDUCATION PASSPORT NFT
owner() view returns (address)
0x01234562ec448ab8652c78abd8e97ec83efec64a
publicPrice() view returns (uint256)
12000000000000000
symbol() view returns (string)
EPASS
totalSupply() view returns (uint256)
20000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isAllowlisted(bytes32[] merkleProof) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
numberAllowlistMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
adminForceTransferFrom(address from, address to, uint256 tokenId)
adminMint(uint256 quantity)
adminMintTo(address to, uint256 quantity)
allowlistMint(uint256 quantity, bytes32[] merkleProof) payable
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
initialize()
pauseAllowlistMint()
pausePublicMint()
publicMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAllowListPrice(uint256 allowListPrice_)
setAllowlist(bytes32 merkleRoot)
setAllowlistedMemberMintLimit(uint256 quantity)
setApprovalForAll(address operator, bool approved)
setContractURI(string contractURI_)
setDistribution(address[] distributees, uint256 distributionRate)
setMintLimit(uint256 _mintLimit)
setPublicPrice(uint256 publicPrice_)
setRoyaltyFraction(uint96 royaltyFraction)
setRoyaltyReceiver(address receiver)
setTokenURI(string tokenURI_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpauseAllowlistMint()
unpausePublicMint()
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AllowlistMintPaused()
AllowlistMintUnpaused()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PublicMintPaused()
PublicMintUnpaused()
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.