Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GRAMPS | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16689877 | 2 years ago | | | 0 | 0.0012672858 | |
| 16546654 | 2 years ago | | | 0 | 0.0013312954 | |
| 16530641 | 2 years ago | | | 0 | 0.0012557482 | |
| 15844682 | 2 years ago | | | 0 | 0.00030475270 | |
| 15737419 | 2 years ago | | | 0 | 0.00061199229 | |
| 15565316 | 2 years ago | | | 0 | 0.00026563802 | |
| 15343772 | 2 years ago | | | 0 | 0.00059034203 | |
| 15124382 | 2 years ago | | | 0 | 0.00073641338 | |
| 15108641 | 2 years ago | | | 0 | 0.00018836823 | |
| 15108003 | 2 years ago | | | 0 | 0.00041524831 |
ABI
ABI objects
Getter at block 21317726
buyTokensStatus() view returns (bool)
false
claimTokensStatus() view returns (bool)
true
costToBuy() view returns (uint256)
1000000000000
decimals() view returns (uint8)
18
mintStatus() view returns (bool)
false
name() view returns (string)
Gramps
owner() view returns (address)
0x4f464de0e85c7db7433ec6a86922338f97f6474a
paused() view returns (bool)
false
reserveAmount() view returns (uint256)
100000
reserveEth() view returns (uint256)
1000000000000000000
sellTokensStatus() view returns (bool)
false
sendTokensBackStatus() view returns (bool)
false
symbol() view returns (string)
GRAMPS
tokenSellValue() view returns (uint256)
900000000000
totalSupply() view returns (uint256)
40000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
compare(string a, string b) pure returns (bool)
getStatus(string _type) view returns (bool _status)
signatures(string) view returns (bytes32)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
buyTokens(uint256 _amount) payable returns (uint256 _amountBought)
changeVars(string[] _vars, uint256[] _amounts)
claimTokens(uint256 _amount, string nftTokenId, string privateKey, bytes32 newSignature)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
pause()
renounceOwnership()
sellTokens(uint256 _amount)
sendTokensBack(uint256 _amount)
setStatus(string[] _type, bool[] _status)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
updateSignatures(string[] nftTokenIds, bytes32[] _signatures)
withdraw()
withdrawAmount(uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
tokensBought(address indexed _by, uint256 _eth, uint256 _amount)
tokensClaimed(address indexed _by, string indexed nftTokenId, uint256 _amount)
tokensSold(address indexed _by, uint256 _amount, uint256 amountOfETHToTransfer)
constructor(uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.