Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($41.13)
Native
Value
$41.13
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0169 | $2,434.00 |
$41.13 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19744407 | 6 months ago | | | 0 | 0.00022597236 | |
| 19697378 | 6 months ago | | | 0 | 0.00043268251 | |
| 19693973 | 7 months ago | | | 0 | 0.00027859656 | |
| 18988874 | 10 months ago | | | 0 | 0.00072117142 | |
| 18966046 | 10 months ago | | | 0 | 0.00039269307 | |
| 18838050 | 10 months ago | | | 0 | 0.0011495479 | |
| 18803768 | a year ago | | | 0 | 0.0013576679 | |
| 18802438 | a year ago | | | 0 | 0.016632325 | |
| 18802342 | a year ago | | | 0 | 0.016063799 | |
| 18802230 | a year ago | | | 0 | 0.032091109 |
ABI
ABI objects
Getter at block 21116073
MAX_SUPPLY() view returns (uint256)
1000
WL_SUPPLY() view returns (uint256)
500
isActive() view returns (bool)
true
isActiveWL() view returns (bool)
false
maxOrder() view returns (uint256)
5
merkleRoot() view returns (bytes32)
0x74ebffefca09571bc72f5466a71537944573281139f45e56be84fd80bb2cfc79
name() view returns (string)
grom
owner() view returns (address)
0xd932b57c2a2a019c5b5924b86134faf51280f956
price() view returns (uint256)
16900000000000000
symbol() view returns (string)
GROM
totalReleased() view returns (uint256)
3532100000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isDelegate(address addr) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
gift(uint256[] quantity, address[] recipient)
mint(uint256 quantity) payable
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool isActive_)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI, string _newSuffix)
setDelegate(address addr, bool isDelegate_)
setMaxOrder(uint256 maxOrder_)
setMaxSupply(uint256 maxSupply)
setMerkleRoot(bytes32 root)
setPrice(uint256 price_)
setWhitelistActive(bool isActiveWL_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes32[] proof, uint256 quantity) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
fallback()
receive()
This contract contains no error objects.