__AdminUpgradeabilityProxy__
Verified contract
Proxy
Active on
Ethereum with 291 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
0xb504…b564
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SYNK | ERC-20 | 360K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19161882 | 10 months ago | | | 0 | 0.0014284331 | |
| 19161879 | 10 months ago | | | 0 | 0.0015764948 | |
| 19161877 | 10 months ago | | | 0 | 0.0015224956 | |
| 19161873 | 10 months ago | | | 0 | 0.0014988158 | |
| 19161842 | 10 months ago | | | 0 | 0.0015123385 | |
| 19161836 | 10 months ago | | | 0 | 0.0016435822 | |
| 19161832 | 10 months ago | | | 0 | 0.0015756250 | |
| 19161829 | 10 months ago | | | 0 | 0.0015978609 | |
| 19161823 | 10 months ago | | | 0 | 0.0014571224 | |
| 19161794 | 10 months ago | | | 0 | 0.0016584274 |
ABI
ABI objects
Getter at block 21338876
__admin__() view returns (address)
0xa48055c8c285526be735b56893516825c2bcbe8c
__implementation__() view returns (address)
0x349bdb0178d2c275c1b2e00983aa4df05bc24649
currency() view returns (address)
0x0000000000000000000000000000000000000000
governor() view returns (address)
0xa48055c8c285526be735b56893516825c2bcbe8c
ratio() view returns (uint256)
1149425287356321839080459
recipient() view returns (address)
0xa48055c8c285526be735b56893516825c2bcbe8c
timeClaim() view returns (uint256)
1707051600
timeOffer() view returns (uint256)
1707019200
token() view returns (address)
0xb504c9f92b0c98df65750455b30d918b7924b564
totalClaimed() view returns (uint256)
7049999999999999999999859
totalOffered() view returns (uint256)
7409999999999999999999851
totalQuota() view returns (uint256)
8874000000000000000
Read-only
claimedOf(address) view returns (uint256)
getConfig(bytes32 key) view returns (uint256)
getConfigA(bytes32 key, address addr) view returns (uint256)
getConfigI(bytes32 key, uint256 index) view returns (uint256)
offeredOf(address) view returns (uint256)
quotaOf(address) view returns (uint256)
State-modifying
Events __changeAdmin__(address newAdmin)
__upgradeToAndCall__(address newImplementation, bytes data) payable
__upgradeTo__(address newImplementation)
__Governable_init_unchained(address governor_)
__Offering_init(address governor_, address currency_, address token_, uint256 ratio_, address recipient_, uint256 timeOffer_, uint256 timeClaim_)
__Offering_init_unchained(address currency_, address token_, uint256 ratio_, address recipient_, uint256 timeOffer_, uint256 timeClaim_)
claim()
offer(uint256 amount)
offerETH() payable
renounceGovernorship()
rescueTokens(address _token, address _dst)
setConfig(bytes32 key, uint256 value)
setConfigA(bytes32 key, address addr, uint256 value)
setConfigI(bytes32 key, uint256 index, uint256 value)
setQuota(address addr, uint256 amount)
setQuotas(address[] addrs, uint256 amount)
setQuotas(address[] addrs, uint256[] amounts)
transferGovernorship(address newGovernor)
withdrawETH()
withdrawETH(address _dst)
withdrawToken()
withdrawToken(address _dst)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Claim(address indexed addr, uint256 volume, uint256 total)
GovernorshipTransferred(address indexed previousGovernor, address indexed newGovernor)
Offer(address indexed addr, uint256 amount, uint256 volume, uint256 total)
Quota(address indexed addr, uint256 amount, uint256 total)
constructor(address _logic, address _admin, bytes _data)
fallback()
fallback()
receive()
receive()
This contract contains no error objects.