Scholarz
Verified contract
Proxy
Active on
Ethereum with 6,461 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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
21 additional
variables
Balances ($0.00)
No balances found for "Scholarz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20510591 | 3 months ago | | | 0 | 0.000065425107 | |
| 20496204 | 3 months ago | | | 0 | 0.000050255010 | |
| 20143638 | 5 months ago | | | 0 | 0.00018976732 | |
| 19851546 | 6 months ago | | | 0 | 0.00019488866 | |
| 19703813 | 7 months ago | | | 0 | 0.00043334215 | |
| 19404779 | 8 months ago | | | 0 | 0.0027255403 | |
| 19388976 | 8 months ago | | | 0 | 0.0024122029 | |
| 19274719 | 9 months ago | | | 0 | 0.0016807133 | |
| 19260874 | 9 months ago | | | 0 | 0.0015974175 | |
| 19255411 | 9 months ago | | | 0 | 0.0010326142 |
ABI
ABI objects
Getter at block 21169758
MAX_GENESIS_AMOUNT() view returns (uint256)
2500
MAX_UNIQUE_AMOUNT() view returns (uint256)
25
UNIT_PRICE() view returns (uint256)
125000000000000000
contractURI() view returns (string)
lastTokenId() view returns (uint256)
2500
name() view returns (string)
Scholarz
owner() view returns (address)
0x7a2708b9cb7951ddc8f7b800a2a22d035cc391ae
paused() view returns (bool)
false
privateSaleActive() view returns (bool)
false
publicSaleActive() view returns (bool)
true
startingTime() view returns (uint256)
1640180878
symbol() view returns (string)
SCZ
totalSupply() view returns (uint256)
2500
uniqueCount() view returns (uint256)
25
Read-only
balanceOf(address owner) view returns (uint256)
genBalance(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTraits(uint256 tokenId) view returns (uint256[9])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenSeed(uint256) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
usedKey(bytes32) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address to, uint256 tokenId)
earlyMint(uint256 amount, uint256[] inputIds, uint256[9][] genes)
initialize()
mintWithExp(bytes32 key, bytes signature, uint256 amount, uint256 timestamp)
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setContractURI(string URI)
setFactoryAddress(address adr)
setRevealedBaseURI(string URI)
setSignerAddress(address adr)
togglePublicSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintedWithExp(address indexed sender, bytes32 indexed key)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.