Granary ETH
Verified contract
Proxy
Active on
Base with 5,867 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
0xb702…eed3
0xc043…bc9d
Balances ($95,623.74)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 38.110448 | $2,509.12 |
$95,623.69 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.06 | |
USA | ERC-20 | 1 | $0.001599 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000632 |
$0 | |
MOKIT | ERC-20 | 20K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
BEEY | ERC-20 | 67 | -- | -- | |
GURMY | ERC-20 | 6.66 | -- | -- | |
OHNO | ERC-20 | 2 | -- | -- | |
YETI | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21843507 | 3 hours ago | | | 0 | 1.7745865e-7 | |
| 21843426 | 3 hours ago | | | 0 | 2.6323130e-7 | |
| 21842605 | 3 hours ago | | | 0 | 1.7745865e-7 | |
| 21841330 | 4 hours ago | | | 0 | 1.7745865e-7 | |
| 21841075 | 4 hours ago | | | 0 | 1.7745865e-7 | |
| 21834236 | 8 hours ago | | | 0 | 1.4386400e-7 | |
| 21829364 | 10 hours ago | | | 0 | 0.000000202039600000 | |
| 21828895 | 11 hours ago | | | 0 | 0.000000206978680608 | |
| 21827093 | 12 hours ago | | | 0 | 1.7616000e-7 | |
| 21799168 | a day ago | | | 0 | 0.000000302382529680 |
ABI
ABI objects
Getter at block 21848097
ATOKEN_REVISION() view returns (uint256)
1
DOMAIN_SEPARATOR() view returns (bytes32)
0xc8bf0b007cdb8412704115bd7874117a4104e23fc595da1153e31df9083ce164
EIP712_REVISION() view returns (bytes)
0x31
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
POOL() view returns (address)
0xb702ce183b4e1faa574834715e5d4a6378d0eed3
RESERVE_TREASURY_ADDRESS() view returns (address)
0xd93e25a8b1d645b15f8c736e1419b4819ff9e6ef
UNDERLYING_ASSET_ADDRESS() view returns (address)
0x4200000000000000000000000000000000000006
decimals() view returns (uint8)
18
getIncentivesController() view returns (address)
0xc043ba54f34c9fb3a0b45d22e2ef1f171272bc9d
name() view returns (string)
Granary ETH
scaledTotalSupply() view returns (uint256)
38525421194851873369
symbol() view returns (string)
grainETH
totalSupply() view returns (uint256)
38631428733410424219
Read-only
_nonces(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address user) view returns (uint256)
getScaledUserBalanceAndSupply(address user) view returns (uint256, uint256)
scaledBalanceOf(address user) view returns (uint256)
State-modifying
Events admin() returns (address)
implementation() returns (address)
initialize(address _logic, bytes _data) payable
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
burn(address user, address receiverOfUnderlying, uint256 amount, uint256 index)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
handleRepayment(address user, uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address pool, address treasury, address underlyingAsset, address incentivesController, uint8 aTokenDecimals, string aTokenName, string aTokenSymbol, bytes params)
mint(address user, uint256 amount, uint256 index) returns (bool)
mintToTreasury(uint256 amount, uint256 index)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOnLiquidation(address from, address to, uint256 value)
transferUnderlyingTo(address target, uint256 amount) returns (uint256)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
BalanceTransfer(address indexed from, address indexed to, uint256 value, uint256 index)
Burn(address indexed from, address indexed target, uint256 value, uint256 index)
Initialized(address indexed underlyingAsset, address indexed pool, address treasury, address incentivesController, uint8 aTokenDecimals, string aTokenName, string aTokenSymbol, bytes params)
Mint(address indexed from, uint256 value, uint256 index)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address admin)
fallback()
This contract contains no error objects.