Crypto College
Verified contract
Active on
Ethereum with 340 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 "Crypto College"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19959065 | 7 months ago | | | 0 | 0.00077662527 | |
| 16341267 | 2 years ago | | | 0 | 0.00092822938 | |
| 16310368 | 2 years ago | | | 0 | 0.00074266767 | |
| 16300523 | 2 years ago | | | 0 | 0.00099506725 | |
| 16211232 | 2 years ago | | | 0 | 0.00065301893 | |
| 16211230 | 2 years ago | | | 0 | 0.00060822823 | |
| 16211228 | 2 years ago | | | 0 | 0.00059029723 | |
| 16211226 | 2 years ago | | | 0 | 0.00064006106 | |
| 16211142 | 2 years ago | | | 0 | 0.0010797446 | |
| 16188459 | 2 years ago | | | 0 | 0.00054564500 |
ABI
ABI objects
Getter at block 21391113
MAX_SUPPLY() view returns (uint256)
300
baseURI() view returns (string)
ipfs://QmfKRc1n8Kq81iHQRGVrrxHx4MTLMRDNjyj4LqWh53Eg1v/
calculatePrice() view returns (uint256)
1250000000000000000
name() view returns (string)
Crypto College
owner() view returns (address)
0x9f836913343c0b46771206de4018fcdd0d76a271
paused() view returns (bool)
false
symbol() view returns (string)
CC
totalSupply() view returns (uint256)
168
vault() view returns (address)
0x9f836913343c0b46771206de4018fcdd0d76a271
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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 approve(address to, uint256 tokenId)
mint() payable
pause()
renounceOwnership()
reserve(uint256 num)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setVault(address _newVaultAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw(uint256 _amount)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenUri, uint256 reserveCount, address _newVault)
This contract contains no fallback and receive objects.
This contract contains no error objects.