Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x99ae…1f42
Balances ($0.00)
No balances found for "GRILLA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19909463 | 6 months ago | | | 0 | 0.00012193946 | |
| 19521450 | 7 months ago | | | 0 | 0.0023130254 | |
| 19517404 | 7 months ago | | | 0 | 0.00051263973 | |
| 19362993 | 8 months ago | | | 0 | 0.0037175159 | |
| 18935580 | 10 months ago | | | 0 | 0.00059471126 | |
| 18806457 | a year ago | | | 0 | 0.0010178020 | |
| 18802822 | a year ago | | | 0 | 0.00090468502 | |
| 18764912 | a year ago | | | 0 | 0.0018673726 | |
| 18739600 | a year ago | | | 0 | 0.0011942439 | |
| 18739597 | a year ago | | | 0 | 0.0017730365 |
ABI
ABI objects
Getter at block 21126302
DOMAIN_SEPARATOR() view returns (bytes32)
0x1daec8d3393b9a54b830aed5e8c5462cafcde431813f093fe64a301c67ad7e08
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
name() view returns (string)
GRILLA
owner() view returns (address)
0xa38a30eeaf0b1a353cb151e9522fb8d65e619a31
symbol() view returns (string)
GRILLA
totalSupply() view returns (uint256)
90674971785358746105779966
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getUtilityPrice(uint256 itemId) view returns (uint256)
nonces(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) pure returns (bool)
State-modifying
Events addOffchainUtility(uint256 itemId, uint256 itemPrice)
addStakingContract(address staker)
approve(address spender, uint256 amount) returns (bool)
buyOffchainUtility(uint256 itemId)
buySerum()
deleteUtilityPrice(uint256 itemId)
ownerMint(address account, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeStakingContract(address staker)
renounceOwnership()
setSerumContract(address serumContractAddress)
stakerMint(address account, uint256 amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address _newOwner)
uploadUtilityPrices(uint256[] items, uint256[] prices)
Approval(address indexed owner, address indexed spender, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
UtilityPurchase(address indexed sender, uint256 indexed itemId)
constructor()
This contract contains no fallback and receive objects.
NotOwner()