ZenAcademy Student IDs
Verified contract
Active on
Ethereum with 15,799 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
10 additional
variables
Balances ($0.00)
No balances found for "ZenAcademy Student IDs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21199430 | 2 days ago | | | 0 | 0.0017004551 | |
| 21109722 | 14 days ago | | | 0 | 0.00057236492 | |
| 21020150 | a month ago | | | 0 | 0.0013641053 | |
| 20979151 | a month ago | | | 0 | 0.0019235491 | |
| 20938315 | a month ago | | | 0 | 0.0011178771 | |
| 20923210 | a month ago | | | 0 | 0.0037618691 | |
| 20916524 | a month ago | | | 0 | 0.0019754224 | |
| 20904157 | a month ago | | | 0 | 0.00042508938 | |
| 20902873 | a month ago | | | 0 | 0.00044818098 | |
| 20885612 | a month ago | | | 0 | 0.0022355295 |
ABI
ABI objects
Getter at block 21212381
MAX_SUPPLY() view returns (uint256)
333333333
baseTokenURI() view returns (string)
https://zenacademy.com/api/tokens/
blocklistContractAddress() view returns (address)
0xca71b13c9465c2117f3dbba294c2f4134c629c72
blocklistPermanentlyDisabled() view returns (bool)
false
isPublicSaleActive() view returns (bool)
true
metadataFrozen() view returns (bool)
false
name() view returns (string)
ZenAcademy Student IDs
owner() view returns (address)
0x72aca6af29b5c8df2db90df91884f0a3926ed0f6
paused() view returns (bool)
false
payoutAddressesFrozen() view returns (bool)
false
publicMintsAllowedPerAddress() view returns (uint256)
1
publicMintsAllowedPerTransaction() view returns (uint256)
333333333
publicPrice() view returns (uint256)
0
royaltyAddress() view returns (address)
0x72aca6af29b5c8df2db90df91884f0a3926ed0f6
royaltyFee() view returns (uint96)
0
soulbindAdminAddressPermanentlyDisabled() view returns (bool)
false
soulboundAdminAddress() view returns (address)
0x72aca6af29b5c8df2db90df91884f0a3926ed0f6
symbol() view returns (string)
ZEN ID
totalSupply() view returns (uint256)
15623
transfersEnabled() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isExchangeBlocklisted(uint256) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
payoutAddresses(uint256) view returns (address)
payoutBasisPoints(uint256) view returns (uint256)
randomHashStore(uint256) view returns (bytes32)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
userExpires(uint256 tokenId) view returns (uint256)
userOf(uint256 tokenId) view returns (address)
State-modifying
Events adminTransfer(address from, address to, uint256 tokenId)
approve(address to, uint256 tokenId)
disableSoulbindAdminTransfersPermanently()
freezeMetadata()
freezePayoutAddresses()
gift(address[] receivers, uint256[] mintNumber)
mint(uint256 numTokens) payable
pause()
permanentlyDisableBlocklist()
reduceMaxSupply(uint256 _newMaxSupply)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setPublicMintsAllowedPerAddress(uint256 _mintsAllowed)
setPublicMintsAllowedPerTransaction(uint256 _mintsAllowed)
setPublicPrice(uint256 _publicPrice)
setPublicSaleState(bool _saleActiveState)
setRoyaltyAddress(address _royaltyAddress)
setRoyaltyFee(uint96 _feeNumerator)
setSoulboundAdminAddress(address _adminAddress)
setTransferState(bool _transferState)
setUser(uint256 tokenId, address user, uint64 expires)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
updateBlocklistContractAddress(address _blocklistContractAddress)
updateBlocklistedExchanges(uint256[] exchanges, bool[] blocklisted)
updatePayoutAddressesAndBasisPoints(address[] _payoutAddresses, uint256[] _payoutBasisPoints)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
UpdateUser(uint256 indexed tokenId, address indexed user, uint64 expires)
constructor(address _blocklistContractAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SetUserCallerNotOwnerNorApproved()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()