GovTreasurer
Verified contract
Active on
Ethereum with 4,584 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x515d…86bc
Balances ($104,339.65)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 18.997362 | $3,700.10 |
$70,292.14 | |
UNI | ERC-20 | 1.329774K | $13.08 |
$17,393.45 | |
LINK | ERC-20 | 299.813809 | $18.63 |
$5,585.53 | |
WBTC | ERC-20 | 0.043281 | $96,389.00 |
$4,171.86 | |
AAVE | ERC-20 | 13.757583 | $206.98 |
$2,847.54 | |
USDC | ERC-20 | 2.263134K | $0.999997 |
$2,263.13 | |
YFI | ERC-20 | 0.146392 | $7,938.85 |
$1,162.18 | |
GDAO | ERC-20 | 11.419297K | $0.032998 |
$376.81 | |
SNX | ERC-20 | 97.156547 | $2.54 |
$246.78 | |
ACE | ERC-20 | 45 | $0.00507 |
$0.23 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18539651 | a year ago | | | 0 | 0.0014095573 | |
| 18539648 | a year ago | | | 0 | 0.0014555909 | |
| 18539644 | a year ago | | | 0 | 0.0058289554 | |
| 18539639 | a year ago | | | 0 | 0.0013342556 | |
| 18539631 | a year ago | | | 0 | 0.0016647401 | |
| 18539629 | a year ago | | | 0 | 0.0070881739 | |
| 18539627 | a year ago | | | 0 | 0.0014665247 | |
| 16131155 | 2 years ago | | | 0 | 0.0011437800 | |
| 15523935 | 2 years ago | | | 0 | 0.00039837804 | |
| 14722856 | 3 years ago | | | 0 | 0.0016415938 |
ABI
ABI objects
Getter at block 21305878
GDAOPerBlock() view returns (uint256)
1000000000000000000
bonusEndBlock() view returns (uint256)
12705970
gdao() view returns (address)
0x515d7e9d75e2b76db60f8a051cd890eba23286bc
owner() view returns (address)
0xb8021b49a68f89a3ae1b8e1b0f97d1740e8c2bd6
poolLength() view returns (uint256)
10
startBlock() view returns (uint256)
11505970
totalAllocPoint() view returns (uint256)
1000000000011
treasury() view returns (address)
0x5ab8e3a7bc8be9efdd0943ab65221bdf240518c3
Read-only
checkPoolDuplicate(address _token) view
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingGDAO(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address token, uint256 allocPoint, uint256 taxRate, uint256 lastRewardBlock, uint256 accGDAOPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _token, uint256 _taxRate, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _gdao, address _treasury, uint256 _GDAOPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.