GRILLZ GANG TICKET
Verified contract
Active on
Ethereum with 22,949 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "GRILLZ GANG TICKET"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21134727 | 4 days ago | | | 0 | 0.00022701939 | |
| 21117361 | 6 days ago | | | 0 | 0.00028339309 | |
| 21103503 | 8 days ago | | | 0 | 0.000094289400 | |
| 21071741 | 13 days ago | | | 0 | 0.00063977271 | |
| 20708555 | 2 months ago | | | 0 | 0.000079711858 | |
| 20666473 | 2 months ago | | | 0 | 0.00010144680 | |
| 20574436 | 3 months ago | | | 0 | 0.000024383252 | |
| 20570415 | 3 months ago | | | 0 | 0.00023218281 | |
| 20553715 | 3 months ago | | | 0 | 0.000037083612 | |
| 20551934 | 3 months ago | | | 0 | 0.000027294300 |
ABI
ABI objects
Getter at block 21163770
BLOCK_CONTRACTS() view returns (bool)
true
LIMIT_PER_ACCOUNT() view returns (uint256)
0
name() view returns (string)
GRILLZ GANG TICKET
owner() view returns (address)
0x4d498f05799ce7afa07c4811dab837180022be02
paused() view returns (bool)
false
symbol() view returns (string)
GGT
ticketIdCounter() view returns (uint256 _value)
18239
totalSupply() view returns (uint256)
18238
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintCounts(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
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)
State-modifying
Events approve(address to, uint256 tokenId)
changeMintLimit(uint256 _mintLimit)
mintTicket()
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
toggleBlockContracts()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.