TroverseGalaxyBucksManager
Verified contract
Active on
Ethereum with 1,953 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1940…1f36
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
G-Bucks | ERC-20 | 50K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21265293 | 3 days ago | | | 0 | 0.0023686787 | |
| 21258809 | 4 days ago | | | 0 | 0.0014747248 | |
| 21244688 | 6 days ago | | | 0 | 0.0011518591 | |
| 21203399 | 11 days ago | | | 0 | 0.00091262367 | |
| 21200907 | 12 days ago | | | 0 | 0.0010887441 | |
| 21177782 | 15 days ago | | | 0 | 0.0015002251 | |
| 21163808 | 17 days ago | | | 0 | 0.0016958063 | |
| 21143297 | 20 days ago | | | 0 | 0.0019004909 | |
| 21111361 | 24 days ago | | | 0 | 0.00058018510 | |
| 21096920 | a month ago | | | 0 | 0.00042440252 |
ABI
ABI objects
Getter at block 21285425
claimEnabled() view returns (bool)
true
owner() view returns (address)
0xe1d29d8970d8333d22f59775d22af22200d6ba13
signer() view returns (address)
0x88fa3ef5eba0db785e55e3f223d1accbd49b06c6
yieldToken() view returns (address)
0x1940a7b039ab210689aafb332c5f07b523d81f36
Read-only
claimCount(address) view returns (uint64)
lastExpiryDate(address) view returns (uint64)
State-modifying
Events airdrop(address[] _accounts, uint256[] _amounts)
claim(uint256 _amount, uint64 _claimNonce, uint64 _issueDate, uint64 _expiryDate, bytes _signature)
renounceOwnership()
setSigner(address _signer)
setYieldToken(address _yieldToken)
toggleClaim(bool _claimEnabled)
transferOwnership(address newOwner)
ClaimStateChanged(bool _newState)
Claimed(address _user, uint256 _amount, uint64 _claimNounce)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SignerChanged(address _newSigner)
YieldTokenChanged(address _yieldToken)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.