ClaimWGMI2
Verified contract
Active on
Ethereum with 422 txns
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WGMI | ERC-20 | 618.832441B | -- | -- | |
WGMI | ERC-20 | 408.051249K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15327198 | 2 years ago | | | 0 | 0.00041118702 | |
| 15325957 | 2 years ago | | | 0 | 0.00068765969 | |
| 15324757 | 2 years ago | | | 0 | 0.0010524842 | |
| 15316158 | 2 years ago | | | 0 | 0.0022586000 | |
| 15315727 | 2 years ago | | | 0 | 0.0045352629 | |
| 15247196 | 2 years ago | | | 0 | 0.00044838803 | |
| 15236862 | 2 years ago | | | 0 | 0.00095892466 | |
| 15236395 | 2 years ago | | | 0 | 0.0010920527 | |
| 15235278 | 2 years ago | | | 0 | 0.0010544905 | |
| 15233556 | 2 years ago | | | 0 | 0.0020677931 |
ABI
ABI objects
Getter at block 21272503
denominator() view returns (uint256)
100000
exchangeRate() view returns (uint256)
75
owner() view returns (address)
0x6634ec0e2ce89964dc3e1a20de22d67c84712c83
paused() view returns (bool)
true
wgmiV1() view returns (address)
0x20f6a313cb250062331fe70b9567e3ee5f01888b
wgmiV2() view returns (address)
0xe23faefcdaae646527eb86b1c746a25ae4a36f75
Read-only
This contract contains no read-only function objects.
State-modifying
Events claim()
pause()
renounceOwnership()
setExchangeRate(uint256 _exchangeRate, uint256 _denominator)
transferOwnership(address newOwner)
unpause()
withdraw()
withdrawErc20(address _token)
ClaimToken(address indexed user, uint256 amountDeposited, uint256 amountToClaim, uint256 indexed timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
WithdrawRemaining(uint256 amount, uint256 timestamp)
constructor(address _wgmiV1, address _wgmiV2)
This contract contains no fallback and receive objects.
This contract contains no error objects.