ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 12 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($68.11)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ECT | ERC-20 | 392.410133K | $0.000174 |
$68.11 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17628223 | a year ago | | | 0 | 0.0070325697 | |
| 17628204 | a year ago | | | 0 | 0.0078205870 | |
| 17389044 | a year ago | | | 0 | 0.0037454949 | |
| 17389034 | a year ago | | | 0 | 0.0042317312 | |
| 17259122 | 2 years ago | | | 0 | 0.0064627695 | |
| 16448555 | 2 years ago | | | 0 | 0.0012379703 | |
| 16448545 | 2 years ago | | | 0 | 0.0012864358 | |
| 16447101 | 2 years ago | | | 0 | 0.0021534226 | |
| 16444064 | 2 years ago | | | 0 | 0.0012474753 | |
| 16443912 | 2 years ago | | | 0 | 0.0013802807 |
ABI
ABI objects
Getter at block 21212437 proxiableUUID() view returns (bytes32) waveAmount() view returns (uint256)
DECIMAL_PRECISION() view returns (uint256)
10000
ectTokenAddress() view returns (address)
0xda4dd9586d27202a338843dd6b9824d267006783
initialTime() view returns (uint256)
1674059219
lastRewardTransactionTime() view returns (uint256)
1693772819
owner() view returns (address)
0x7f05fe8a9c22c2f1582df5170ffd1b586c1e0ff8
rewardPerSlot() view returns (uint256)
0
slotTime() view returns (uint256)
3600
stakingAddress() view returns (address)
0x063b6c28b501b3277dda99f48b841a1a27dfe217
Read-only
This contract contains no read-only function objects.
State-modifying
Events initialize(uint256 _slotTime, uint256 _rewardPerSlot, address _stakingAddress, address _ectTokenAddress)
renounceOwnership()
setECTokenAddress(address _ectTokenAddress)
setRewardPerSlot(uint256 _amount)
setSlotTime(uint256 _slotTime)
setStakingAddress(address _stakingAddress)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
wave()
withdraw(uint256 _amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
ECTTokenAddressUpdated(address oldAddress, address newAddress, uint256 time, address user)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardPerSlotUpdated(uint256 oldRewardPerSlot, uint256 newRewardPerSlot, uint256 time, address user)
SlotTimeUpdated(uint256 oldSlot, uint256 newSlot, uint256 time, address user)
StakingAddressUpdated(address oldAddress, address newAddress, uint256 time, address user)
Upgraded(address indexed implementation)
WaveFailed(uint256 time, string reason)
Waved(uint256 time, uint256 wavedTill, uint256 reward, address user)
Withdraw(address indexed owner, uint256 amount)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.