This contract is being backfilled. You may encounter incomplete storage history.

DeluxeGoat

Verified contract

Active on Ethereum with 532 txns
Deployed by via 0xd43419a8 at 14237392
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
0x56d941105ecc8dc82365cb77eba8403ba18e571e051cad8f3f3ea587b5dec831
0x37dcf3e45c0876a42658bd3856f2d8aab09014917da036e79f48a125f78993e3
0x92a36addbabc2dcb57285ff4f19ddfea779987bd85d8222db268da2a070f067b
0x2bf94d1b138d9a2e9a16f12e67a50a59477a4ab5eb04d38b3cfaff37b58ef95c
0x84c79073a678ab767bea9752a220d307c567993b8a39375a24767aab898ebb6b
0xeb322d82c41bfe53c5a7bfaff51fffd1a8fa8c9ab74ef12fba3bdcdd0f8e9603
0x1cfce07530d1a0e9443cc3fed924178765a796e8947c799ae446436e92c3c00f
0x1bd069f57d9442dca6f63b98758a8e503ee1d72b05f22032540636950bde8bff
0x03e1110479c38ea15675df9f4e6a3df1836e8bcc26dabf2881d4f0573ec0be74
0x75c2387432525692e2b71d287b7e773b2144f9d9ae621ab7a1ba3a3f5e40f508

Functions
Getter at block 20898156
BURNER_ROLE(view returns (bytes32)
0x3c11d16cbaffd01df69ce1c404f6340ee057498f5f00246190ea54220576a848
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
baseURIString(view returns (string)
https://nftstorage.link/ipfs/bafybeiapfigtpnjxjpx6ezg6sqimc5ltoajf3tryxwtizj63k6uk6cgd4m/
isFrozen(view returns (bool)
false
name(view returns (string)
DeluxeGoat
openseaProxyRegistryAddress(view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
owner(view returns (address)
0x1abe0c41a1caeafccc00162b3da23d820acf2473
symbol(view returns (string)
DG
totalSupply(view returns (uint256)
333
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
grantRole(bytes32 roleaddress account
mintTo(uint256 amountaddress _to
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawAll(address _to
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
ReceivedEther(address indexed senderuint256 indexed amount
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
WithdrawAllEvent(address indexed touint256 amount
setBaseURIEvent(string indexed baseURI
setOwnersExplicitEvent(uint256 indexed quantity
Constructor
constructor(address _openseaProxyRegistryAddress
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(