VaughnGogh Gobs
Verified contract
Active on
Ethereum with 1,080 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($54.93)
Native
Value
$54.93
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.015 | $3,662.15 |
$54.93 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20636915 | 4 months ago | | | 0 | 0.000048686048 | |
| 20609208 | 4 months ago | | | 0 | 0.000052078611 | |
| 20448244 | 5 months ago | | | 0 | 0.000079696970 | |
| 18693568 | a year ago | | | 0 | 0.0024174770 | |
| 18668263 | a year ago | | | 0 | 0.0014521559 | |
| 18615186 | a year ago | | | 0 | 0.0014479181 | |
| 17959581 | a year ago | | | 0 | 0.00053680584 | |
| 17289397 | 2 years ago | | | 0 | 0.0018684840 | |
| 17071237 | 2 years ago | | | 0 | 0.0019964752 | |
| 17071031 | 2 years ago | | | 0 | 0.0020762008 |
ABI
ABI objects
Getter at block 21434150
contractBalance() view returns (uint256)
15000000000000000
maxPerAddress() view returns (uint256)
10
maxPerTransaction() view returns (uint256)
20
name() view returns (string)
VaughnGogh Gobs
owner() view returns (address)
0x34afd327af4b75235e580cd5ab5f1fc9f422b76c
publicFlag() view returns (bool)
true
symbol() view returns (string)
VGG
totalSupply() view returns (uint256)
4567
uriExtension() view returns (string)
.json
Read-only
allowlist(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenID) view returns (string)
State-modifying
Events allowlistMint(uint256 quantity) payable
approve(address to, uint256 tokenId)
publicSaleMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
seedTeamList(address[] addresses, uint256[] numSlots)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setMaxPerAddress(uint256 _maxPerAddress)
setMaxPerTransaction(uint256 _maxPerTx)
setPresaleURI(string uri)
setURIExtention(string _extention)
switchPublicFlag(bool state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIUpdated(string uri)
FlagSwitched(bool value)
NewPublicMintPriceSet(uint256 newPrice)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PresaleURIUpdated(string uri)
TokenURIExtentionSet(string extention)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, uint256 maxBatchSize_, uint256 maxPerAddress_, uint256 maxTokenSupply_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InsufficientEth()
MintExceedsMaxPerAddress()
MintExceedsMaxSupply()
MintToZeroAddress()
MintZeroQuantity()
NftIDOutOfRange()
NoChangeToDarkModeValue()
OnlyOwnerOfTokenCanSetDarkMode()
OwnerQueryForNonexistentToken()
PublicMintNotActive()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawEthFailed()