SuperuserGenesisPass
Verified contract
Active on
Ethereum with 8,737 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 "SuperuserGenesisPass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21190068 | 3 days ago | | | 0 | 0.00074819461 | |
| 21170029 | 6 days ago | | | 0 | 0.0010353423 | |
| 21160970 | 7 days ago | | | 0 | 0.00073065109 | |
| 21150319 | 9 days ago | | | 0 | 0.00055185602 | |
| 21115311 | 14 days ago | | | 0 | 0.00047932085 | |
| 21105328 | 15 days ago | | | 0 | 0.00011818005 | |
| 21103199 | 15 days ago | | | 0 | 0.00010015838 | |
| 21102645 | 16 days ago | | | 0 | 0.00027372388 | |
| 21097202 | 16 days ago | | | 0 | 0.00015312700 | |
| 21096157 | 16 days ago | | | 0 | 0.00025611048 |
ABI
ABI objects
Getter at block 21213929
MAX_SUPPLY() view returns (uint256)
1337
TEAM_RESERVED() view returns (uint256)
150
contractURI() view returns (string)
isAllowlistSale() view returns (bool)
false
isRevealed() view returns (bool)
true
merkleRoot() view returns (bytes32)
0x8ba34f4c5214e5afed6003c342576e5e3e93d81f0202f3cc9b4b5b1091bc92b7
name() view returns (string)
SuperuserGenesisPass
owner() view returns (address)
0x0d82d111f375706b4480a24f028f41ae580ced55
paused() view returns (bool)
false
symbol() view returns (string)
SGP
totalSupply() view returns (uint256)
1337
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address _minter) 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)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events airdrop(uint256 _quantity, address _receiver)
allowlistMint(bytes32[] _proof)
approve(address to, uint256 tokenId)
publicMint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
setContractURI(string _contractURI)
setIsAllowlistSale(bool _state)
setIsRevealed(bool _reveal)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _state)
setRoyaltyAddress(address _royaltyAddress)
setUnrevealedTokenURI(string _unrevealedTokenURI)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()