GudSoulbound721
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
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 45 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "GudSoulbound721"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "GudSoulbound721"
ABI
ABI objects
Getter at block 21214513
getTiers() view returns (struct IGudSoulbound721Tier[])
[]
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
Read-only
approve(address, uint256) pure
balanceOf(address owner) view returns (uint256)
getApproved(uint256) pure returns (address)
isApprovedForAll(address, address) pure returns (bool)
numMinted(uint8 tier) view returns (uint248)
numOwned(address owner, uint8 tier) view returns (uint248)
ownerOf(uint256 tokenId) view returns (address)
safeTransferFrom(address, address, uint256) pure
safeTransferFrom(address, address, uint256, bytes) pure
setApprovalForAll(address, bool) pure
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
transferFrom(address, address, uint256) pure
State-modifying
Events burn(uint256 tokenId)
initialize(string name, string symbol, struct IGudSoulbound721Tier[] tiers)
mint(address to, uint248[] numMints) payable
mint(uint248[] numMints, struct IGudSoulbound721MerkleMint merkleMint, bytes32[] merkleProof) payable
renounceOwnership()
setMintMerkleRoot(bytes32 mintMerkleRoot)
setTiers(struct IGudSoulbound721Tier[] tiers)
transferOwnership(address newOwner)
withdrawEther(address to, uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
EtherWithdrawn(address to, uint256 amount)
Initialized(uint8 version)
MerkleMintUsed(struct IGudSoulbound721MerkleMint merkleMint, uint248[] numMints)
MintMerkleRootSet(bytes32 mintMerkleRoot)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TiersSet(struct IGudSoulbound721Tier[] tiers)
TokenBurned(uint256 tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ExceedsMaxMerkleMintUses(uint8 tier)
ExceedsMaxOwnership(uint8 tier)
ExceedsMaxSupply(uint8 tier)
IncorrectMerkleProof()
IncorrectOwnerSignature()
InsufficientValue()
InvalidNumTiers()
NoSuchToken(uint256 tokenId)
NotOwner()
PublicMintingDisabled(uint8 tier)
WithdrawFailed()