Garbage University Student IDs
Verified contract
Active on
Ethereum with 24,306 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 "Garbage University Student IDs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20263574 | 4 months ago | | | 0 | 0.00022666567 | |
| 20263541 | 4 months ago | | | 0 | 0.00030633871 | |
| 19938958 | 6 months ago | | | 0 | 0.00091720775 | |
| 18300324 | a year ago | | | 0 | 0.00014170317 | |
| 18300315 | a year ago | | | 0 | 0.00016286241 | |
| 18191131 | a year ago | | | 0 | 0.00018969592 | |
| 18111465 | a year ago | | | 0 | 0.00086804105 | |
| 18052410 | a year ago | | | 0 | 0.00094338354 | |
| 17954207 | a year ago | | | 0 | 0.00025626730 | |
| 17954207 | a year ago | | | 0 | 0.00087160980 |
ABI
ABI objects
Getter at block 21164278
baseTokenURI() view returns (string)
https://gu-ids.s3.amazonaws.com/json/
getCurrentTokenId() view returns (uint256)
24100
name() view returns (string)
Garbage University Student IDs
owner() view returns (address)
0x762ba8627a1f4ffc4b85595d3c0a7cae4b363499
signer() view returns (address)
0xbd2244c26c624e998d2ecec353f6cc7d942e938a
symbol() view returns (string)
GU IDS
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256) pure returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address, uint256)
mint(bytes _sig)
renounceOwnership()
revoke(uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address, bool)
setBaseURI(string _newBaseURI)
setBatchTokenURI(uint256[] tokenIds, string[] _tokenUris)
setSigner(address _signer)
setTokenURI(uint256 tokenId, string _tokenURI)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Attest(address indexed to, uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Revoke(address indexed from, uint256 indexed tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _signer, string _baseTokenURI, string _uriSuffix)
This contract contains no fallback and receive objects.
InvalidSignatureError()
LengthMisMatchError()
MaxLengthError()
SBTAlreadyMintedError()
URIQueryForNonexistentTokenError()
URISetOfNonexistentTokenError()