TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 501 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
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18889772 | a year ago | | | 0 | 0.0011301108 | |
| 18885783 | a year ago | | | 0 | 0.0026303294 | |
| 18885757 | a year ago | | | 0 | 0.0026318149 | |
| 18885755 | a year ago | | | 0 | 0.0025753553 | |
| 18885753 | a year ago | | | 0 | 0.0026821183 | |
| 18885748 | a year ago | | | 5 | 0.0030926720 | |
| 18885700 | a year ago | | | 0.001 | 0.00070875000 | |
| 18885589 | a year ago | | | 0.0001 | 0.0010147697 | |
| 18885421 | a year ago | | | <0.00000001 | 0.0012601915 | |
| 18885421 | a year ago | | | <0.00000001 | 0.0012601915 |
ABI
ABI objects
Getter at block 21303848
ROUND1() view returns (address)
0xa4c998c1ccdc35d046feb0b6d2d98c4765360dc9
desiredKey() view returns (bytes32)
0xe45565e026bfe5a143ba0e1f9ebb0f02bf84a41569210b2d276e204ab4731d93
endTime() view returns (uint256)
1703764800
owner() view returns (address)
0xb25558d4390d331e18a8f5f03c165935ec86cc67
startTime() view returns (uint256)
1703757600
tokaToken() view returns (address)
0x0000000000000000000000000000000000000000
totalDonation() view returns (uint256)
317910530162738702370
totalReceived() view returns (uint256)
283342530162738701880
totalRollover() view returns (uint256)
0
Read-only
hasRefund(address) view returns (bool)
hasRollover(address) view returns (bool)
userAmount(address) view returns (uint256)
userDonation(address user) view returns (uint256)
userRollover(address) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
collect(address to)
initialize()
purchase() payable
refund()
renounceOwnership()
rollOver(string key)
setStartEndTime(uint256 _start, uint256 _end)
settle()
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Purchase(address indexed user, uint256 amount)
Refund(address indexed user, uint256 amount)
Rollover(address user, uint256 amount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)