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 |
---|---|---|---|---|---|
ABS | ERC-20 | 57.316371 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21020850 | 25 days ago | | | 0 | 0.00022009991 | |
| 20739686 | 2 months ago | | | 0 | 0.000058416000 | |
| 20705756 | 2 months ago | | | 0 | 0.000067503600 | |
| 20643995 | 3 months ago | | | 0 | 0.000046741459 | |
| 20572354 | 3 months ago | | | 0 | 0.000034314800 | |
| 20550508 | 3 months ago | | | 0 | 0.000052206909 | |
| 20438867 | 3 months ago | | | 0 | 0.000067265248 | |
| 20295255 | 4 months ago | | | 0 | 0.000038124902 | |
| 20250488 | 4 months ago | | | 0 | 0.000065386077 | |
| 20243349 | 4 months ago | | | 0 | 0.000094432771 |
ABI
ABI objects
Getter at block 21201019
decimals() view returns (uint8)
18
grplPolicy() view returns (address)
0x9202cddb1a0da99ad01bda0846d9f6830b64982f
isOwner() view returns (bool)
false
name() view returns (string)
GRPL
owner() view returns (address)
0x2b242e5d486e6a43523243eda7c918bc32cdf87e
rebasePaused() view returns (bool)
false
symbol() view returns (string)
GRPL
tokenPaused() view returns (bool)
false
totalSupply() view returns (uint256)
2803896075597200307024
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lockOwnership()
rebase(uint256 epoch, int256 supplyDelta) returns (uint256)
setGGRPLPolicy(address _grplPolicy)
setRebasePaused(bool paused)
setTokenPaused(bool paused)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
LogGRPLPolicyUpdated(address grplPolicy)
LogRebase(uint256 indexed epoch, uint256 totalSupply)
LogRebasePaused(bool paused)
LogTokenPaused(bool paused)
OwnershipLocked(address lockedOwner)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _grplPolicy)
This contract contains no fallback and receive objects.
This contract contains no error objects.