GoldzRewardsV3
Verified contract
Active on
Ethereum with 1,047 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7be6…245c
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GOLDZ | ERC-20 | 1.670849M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16414521 | 2 years ago | | | 0 | 0.0012257464 | |
| 16414512 | 2 years ago | | | 0 | 0.0012212096 | |
| 16078649 | 2 years ago | | | 0 | 0.00075658736 | |
| 16038605 | 2 years ago | | | 0 | 0.00080556933 | |
| 16008006 | 2 years ago | | | 0 | 0.0011584955 | |
| 15998447 | 2 years ago | | | 0 | 0.0012251686 | |
| 15992069 | 2 years ago | | | 0 | 0.0023800872 | |
| 15991423 | 2 years ago | | | 0 | 0.0016997239 | |
| 15991080 | 2 years ago | | | 0 | 0.0012295088 | |
| 15990759 | 2 years ago | | | 0 | 0.0020158812 |
ABI
ABI objects
Getter at block 21207387
owner() view returns (address)
0xc00f4b8022e4dc7f086d703328247cb6adf26858
Read-only
accountToDepositedAmount(address) view returns (uint256)
accountToLastWithdrawTimestamp(address) view returns (uint256)
accountToNonce(address) view returns (uint256)
depositedAmountOf(address userAddress) view returns (uint256)
recoverAddress(address account, uint256 amount, uint256 nonce, uint256 deadline, bytes signature) view returns (address)
State-modifying
Events claim(uint256 amount, uint256 deadline, bytes signature)
deposit(uint256 amount)
renounceOwnership()
setSignerAddress(address signerAddress)
transferOwnership(address newOwner)
withdrawGoldz()
withdrawGoldz(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(uint256 amount, uint256 nonce, address receiver)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.