GRILLZ GANG
Verified contract
Active on
Ethereum with 12,197 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($580.34)
Native
Value
$580.34
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.18 | $3,224.10 |
$580.34 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21151424 | a day ago | | | 0 | 0.00050105726 | |
| 21146215 | 2 days ago | | | 0 | 0.00043905703 | |
| 21145082 | 2 days ago | | | 0 | 0.00038639541 | |
| 21137642 | 3 days ago | | | 0 | 0.00097627577 | |
| 21135568 | 3 days ago | | | 0 | 0.00063113088 | |
| 21124706 | 5 days ago | | | 0 | 0.00020995652 | |
| 21121960 | 5 days ago | | | 0 | 0.00037734066 | |
| 21121849 | 5 days ago | | | 0 | 0.00027514780 | |
| 21112947 | 6 days ago | | | 0 | 0.00038633056 | |
| 21099613 | 8 days ago | | | 0 | 0.00024655314 |
ABI
ABI objects
Getter at block 21159306
BLOCK_CONTRACTS() view returns (bool)
true
ENABLE_DIRECT_MINT() view returns (bool)
false
LIMIT_PER_ACCOUNT() view returns (uint256)
1
MAX_GRILLZ() view returns (uint256)
5555
PRESALE_IS_ACTIVE() view returns (bool)
false
PRIZE_MINTS() view returns (uint256)
55
PROVENANCE_HASH() view returns (string)
dc35d8f576a3b8ee471bac6cb5e1329c5d7b7823672105a4e0e32801ea0b0fcf
RESERVED_MINTS() view returns (uint256)
610
SALE_IS_ACTIVE() view returns (bool)
false
VEEFRIENDS_MINTS() view returns (uint256)
555
mintPrice() view returns (uint256)
60000000000000000
name() view returns (string)
GRILLZ GANG
owner() view returns (address)
0x4d498f05799ce7afa07c4811dab837180022be02
prizeIdCounter() view returns (uint256 _value)
56
startingIndex() view returns (uint256)
3695
startingIndexBlock() view returns (uint256)
13294697
symbol() view returns (string)
GRILLZ
tokenIdCounter() view returns (uint256 _value)
4946
totalSupply() view returns (uint256)
5478
veeFriendsIdCounter() view returns (uint256 _value)
479
Read-only
balanceOf(address owner) view returns (uint256)
earlyMintAllowance(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
price(uint256 _count) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
veeFriendsWinners(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
calcStartingIndex()
earlyMintGrillz(uint256 _count) payable
mintGrillz(uint256 _count, bytes32 hash, bytes signature, string nonce) payable
renounceOwnership()
reserveGrillz(address reserveAddress)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setEarlyMintAllowance(address[] earlyMintAddresses, uint256[] allowableAmounts)
setMintLimit(uint256 _mintLimit)
setProvenanceHash(string hash)
setSignerAddress(address signer)
setVeeFriendsWinners(address[] veeFriendAddresses, bool winner)
toggleBlockContracts()
toggleDirectMint()
togglePreSaleStatus()
toggleSaleStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
veeFriendsMintGrillz()
withdrawAll(address _to) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.