Gro Vault Token
Verified contract
Active on
Ethereum with 2,450 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x19a0…e67a
Balances ($0.00)
No balances found for "Gro Vault Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102990 | a month ago | | | 0 | 0.000097208566 | |
| 21094476 | a month ago | | | 0 | 0.00028822586 | |
| 21058172 | a month ago | | | 0 | 0.00021613167 | |
| 20882411 | 2 months ago | | | 0 | 0.00019233381 | |
| 20863614 | 2 months ago | | | 0 | 0.00062905187 | |
| 20838861 | 2 months ago | | | 0 | 0.00036146187 | |
| 20838821 | 2 months ago | | | 0 | 0.00051731987 | |
| 20838780 | 2 months ago | | | 0 | 0.00048040319 | |
| 20791507 | 2 months ago | | | 0 | 0.00035180077 | |
| 20754480 | 2 months ago | | | 0 | 0.000055070312 |
ABI
ABI objects
Getter at block 21290964 factor() view returns (uint256) getPricePerShare() view returns (uint256) totalAssets() view returns (uint256)
BASE() view returns (uint256)
1000000000000000000
CHAINLINK_PRICE_DECIMALS() view returns (uint8)
8
CHAINLINK_PRICE_DECIMAL_FACTOR() view returns (uint256)
100000000
DEFAULT_DECIMALS() view returns (uint8)
18
DEFAULT_DECIMALS_FACTOR() view returns (uint256)
1000000000000000000
INIT_BASE() view returns (uint256)
5000000000000000
PERCENTAGE_DECIMALS() view returns (uint8)
4
PERCENTAGE_DECIMAL_FACTOR() view returns (uint256)
10000
ctrl() view returns (address)
0x19a07afe97279cb6de1c9e73a13b7b0b63f7e67a
decimals() view returns (uint8)
18
name() view returns (string)
Gro Vault Token
owner() view returns (address)
0x1aebe9147766936906ab56ec0693306da3539824
symbol() view returns (string)
GVT
totalSupply() view returns (uint256)
3359076624633832477306
totalSupplyBase() view returns (uint256)
3359076624633832477306
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfBase(address account) view returns (uint256)
factor(uint256 totalAssets) view returns (uint256)
getAssets(address account) view returns (uint256)
getShareAssets(uint256 shares) view returns (uint256)
whitelist(address) view returns (bool)
State-modifying
Events addToWhitelist(address user)
approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 _factor, uint256 amount)
burnAll(address account)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 _factor, uint256 amount)
removeFromWhitelist(address user)
renounceOwnership()
setController(address controller)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
LogAddToWhitelist(address indexed user)
LogRemoveFromWhitelist(address indexed user)
LogTransfer(address indexed sender, address indexed recipient, uint256 indexed amount, uint256 factor)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, address controller)
This contract contains no fallback and receive objects.
This contract contains no error objects.