AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 1,338 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
Balances ($4,960.99)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOR | ERC-20 | 1.393493M | $0.00356 |
$4,960.99 | |
TKX | ERC-20 | 0.000005 | $9.29 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18239292 | a year ago | | | 0 | 0.0048195000 | |
| 16938638 | 2 years ago | | | 0 | 0.0014490000 | |
| 16518786 | 2 years ago | | | 0 | 0.0036225000 | |
| 15240742 | 2 years ago | | | 0 | 0.00025875000 | |
| 15010219 | 2 years ago | | | 0 | 0.0024840000 | |
| 14822653 | 2 years ago | | | 0 | 0.00068621918 | |
| 14635965 | 3 years ago | | | 0 | 0.0036225000 | |
| 14484777 | 3 years ago | | | 0 | 0.0048195000 | |
| 14473255 | 3 years ago | | | 0 | 0.0010350000 | |
| 14466145 | 3 years ago | | | 0 | 0.0048195000 |
ABI
ABI objects
Getter at block 21116031
admin() view returns (address)
0xffff721e0072cc43ba22cd8dfee6750b55d3cc4a
checkRewardBalance() view returns (uint256)
1393492999968616552497805
coinAdmin() view returns (address)
0xaaaa3f932e9a5887abe2f4857c2944acd0e449da
datetime() view returns (uint256)
1644477449
proposedAdmin() view returns (address)
0x0000000000000000000000000000000000000000
proposedCoinAdmin() view returns (address)
0x0000000000000000000000000000000000000000
rewardToken() view returns (address)
0x1fcdce58959f536621d76f5b7ffb955baa5a672f
Read-only
checkBalance(address account) view returns (uint256)
userBalance(address) view returns (uint256 amount)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
batchSet(address[] accounts, uint256[] amount, uint256 _datetime)
claimAdmin()
claimCoinAdmin()
claimReward()
initialize(address _admin, address _coinAdmin, address _rewardToken)
proposeAdmin(address _proposedAdmin)
proposeCoinAdmin(address _proposedCoinAdmin)
set(address account, uint256 amount)
setRewardToken(address _rewardToken)
withdrawReward()
withdrawRewardToAddress(address addr)
withdrawRewardToAddressWithAmount(address addr, uint256 amount)
withdrawRewardWithAmount(uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
BatchSet(address[] accounts, uint256[] amounts, uint256 datetime)
ClaimAdmin(address oldAdmin, address newAdmin)
ClaimReward(address addr, uint256 amount)
ProposeAdmin(address admin, address proposedAdmin)
Set(address account, uint256 amount)
SetRewardToken(address oldToken, address newToken)
WithdrawReward(uint256 amount)
WithdrawRewardToAddress(address addr, uint256 amount)
WithdrawRewardToAddressWithAmount(address addr, uint256 amount)
WithdrawRewardWithAmount(uint256 amount)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.