TokenGeyserManager
Verified contract
Active on
Ethereum with 929 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TokenGeyserManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17393897 | a year ago | | | 0 | 0.012272141 | |
| 16961438 | 2 years ago | | | 0 | 0.0056006473 | |
| 16823023 | 2 years ago | | | 0 | 0.0052009800 | |
| 16717289 | 2 years ago | | | 0 | 0.0057090287 | |
| 16681711 | 2 years ago | | | 0 | 0.0072424112 | |
| 16623120 | 2 years ago | | | 0 | 0.0062313447 | |
| 16615128 | 2 years ago | | | 0 | 0.0043577223 | |
| 16604606 | 2 years ago | | | 0 | 0.0042849817 | |
| 16540730 | 2 years ago | | | 0 | 0.0044543186 | |
| 16469930 | 2 years ago | | | 0 | 0.0057711787 |
ABI
ABI objects
Getter at block 21213556 getStakes() view returns (address[], uint256[])
getEarnings() view returns (address[], uint256[])
([0xa469D741fFe634154cd2f94dFf4b8bE907940340], [0])
hasNFTBonus() view returns (bool)
false
owner() view returns (address)
0x03e2b9a4a88c27c996bae7a2f1ff62faec3ce795
Read-only
getEarned(address token) view returns (uint256)
getStake(address token) view returns (uint256)
geysers(address) view returns (address)
tokens(uint256) view returns (address)
State-modifying
Events addGeyser(address token, address geyser) returns (bool)
renounceOwnership()
stake(address[] _tokens, uint256[] amounts, int256 nftId) returns (bool)
transferOwnership(address newOwner)
unstake(address[] _tokens, uint256[] amounts)
unstakeQuery(address[] _tokens, uint256[] amounts) returns (address[], uint256[])
GeyserAdded(address indexed sender, address indexed geyser, address token)
GeyserManagerCreated(address indexed sender, address indexed geyserManager)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(address indexed sender, address indexed token, uint256 amount)
Unstaked(address indexed sender, address indexed token, uint256 amount)
constructor(bool _hasNftBonus)
This contract contains no fallback and receive objects.
This contract contains no error objects.