GVG500

Verified contract

Active on Ethereum with 595 txns
Deployed by via 0xb7f323a2 at 18667134
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $1,692.64
0xbe110a8af48f35efd74f0edd1e31f02a6a4f0beda1444619fa7bb45e1b8259c7
0x3c79b57a61c8d9458bfc37ac6eb0092be86a679d725fac082983ca452a60ed02
0xf6161cc772df9c1091af5b838aaefbc2bfbd8a70d7f708c36beb994771509629
0x78e99d84a1edb61bb6ce2925dfc244689063f902200685ea2c7a886887b92654
0xc3ce8e17add0928b277356934aee2cfb93450d1253fb84f6ec850cf17d44121f
0x5c09a0b115d5662602032e2c3655717a6c1b4829c4102b8a99e78c162cd22b14
0x4f4a843ec1d2289e45f1d74b50e0f3aafd9871daa55628624be86fbac2f753d2
0x6f11540cb690dec018a10bb8fa016602ca0be53944f0c68b8e7ef0b009caa28c
0x4d356aac563ff425fde27efcafa1b8c0a51ae8a13dd0d385f6b7128d6d389b91
0x0995e04d73923ef178ca8e3f3a0e86f2694cd3cbd404b8a862d6ff4de4067f96

Functions
Getter at block 20925642
COST(view returns (uint256)
33000000000000000
MAX_PER_TRANSACTION(view returns (uint256)
10000
MAX_SUPPLY(view returns (uint256)
10000
SALE(view returns (bool)
true
baseURI(view returns (string)
true
name(view returns (string)
GVG500
owner(view returns (address)
0x3db466cb3c706f48cd816c21aed359ad837b0c88
symbol(view returns (string)
GVG500
totalSupply(view returns (uint256)
522
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
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
AirDrop(uint256 _amountaddress _to
MintGVG500(uint256 _amountpayable 
approve(address touint256 tokenIdpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _newURI
setCost(uint256 _cost
setMaxPerTransaction(uint256 _newMaxPerTx
setSupply(uint256 _newSupply
toggleSale(bool _toggle
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symboladdress initialOwner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MaxPerTxReached(
MaxSupplyReached(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NoContractMint(
NotEnoughETH(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SaleNotActive(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(