Benchmark
Verified contract
Active on
Ethereum with 13,527 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($69.14)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GET | ERC-20 | 94.034308 | $0.735273 |
$69.14 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21164693 | 16 hours ago | | | 0 | 0.00082749830 | |
| 21150850 | 3 days ago | | | 0 | 0.00066292406 | |
| 21115476 | 8 days ago | | | 0 | 0.00024847953 | |
| 21074901 | 13 days ago | | | 0 | 0.00015471360 | |
| 21074899 | 13 days ago | | | 0 | 0.00015229620 | |
| 20959932 | a month ago | | | 0 | 0.00041835471 | |
| 20919527 | a month ago | | | 0 | 0.00029821127 | |
| 20853332 | a month ago | | | 0 | 0.00035672443 | |
| 20838904 | 2 months ago | | | 0 | 0.00059174564 | |
| 20795566 | 2 months ago | | | 0 | 0.00067759178 |
ABI
ABI objects
Getter at block 21169595
decimals() view returns (uint8)
9
name() view returns (string)
Benchmark
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x044fd46fd79fbb2bf152c9bf1c39d7aa7259879f
rebaseOracle() view returns (address)
0xb60fa7f2d760f5a42885c46f4f4ff03edb9a2588
symbol() view returns (string)
MARK
totalSupply() view returns (uint256)
127666618955391
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
rebase(uint256 supplyDelta, bool increaseSupply) returns (uint256)
setRebaseOracle(address newRebaseOracle)
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)
LogNewRebaseOracle(address _rebaseOracle)
LogRebase(uint256 _totalSupply)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(address allocationsContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.