Degen Goblins

Verified contract

Active on Ethereum with 5,201 txns
Deployed by via 0x327acd63 at 14800209
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $4.92
0x6aa3ad5ef39a38fe0d63797ce8e2fbafe82d6a326e38f83eec01b1f87338e174
0x09566c7ead485ef2c820a7b51ea1e476a7836ffc69f3b5a39f58192bab9c0ecc
0x0f7d593dee2c83a2b1149e83441c5c6f58d1105bff20b7554167d5ffcacbae2f
0xf292c5d5d99c32e9f4a18eef24f684a42c78ab2565c35edd69798fff6ce9dbea
0xa5662eeb0a79a468b8ca4e8557adeab4ebadeedbf42e138e1c4b31af7fd83830
0xd40e0b43fef80edd438d1bd5ef4dfd08deacf8e75d428ab0cae522449d43789e
0xecc4507d31733c155f45bd92def0216dc0f3a12bf0d11dc3714fd2851fa0cb94
0x884e79a5400c31e92667b2f39780877713c498ff3695b81634e4d2206e9f0430
0xbfa24d7a70930a994557235e5be0ce0dc918083da8baed14b3bc044c38727d75
0x6e073dd89148db449893efba096abb5465faa258005f9183bc0a8d122a58c78b

Functions
Getter at block 21050996
_baseTokenURI(view returns (string)
ipfs://QmYpQep5zjaGBJkV4kapWiwQnMimGrFPY5R2ieBGAUh39R/
_currentStageMaxMint(view returns (uint256)
6969
_isMintLive(view returns (bool)
false
name(view returns (string)
Degen Goblins
owner(view returns (address)
0xed4bf945fe21ea267ae29e7fc5985d6c9d2fff5b
symbol(view returns (string)
DG
totalSupply(view returns (uint256)
4662
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getOwnershipData(uint256 tokenIdview returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
aidrop(address airdropAddressuint256 quantity
approve(address touint256 tokenId
burn(uint256 tokenId
mint(payable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setCurrentStageMax(uint256 max
setIsMintLive(bool state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
vaultMint(
withdrawMoney(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
MintedQueryForZeroAddress(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(