TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 73 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 48 additional slots
-
variable spans 48 additional slots
0xdbdf…93db
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2825287 | a year ago | | | 0.150015 | 0.000000000007469925 | |
| 2806699 | a year ago | | | 0.140014 | 0.0000054525029 | |
| 2783565 | a year ago | | | 0.6330633 | 0.0000055082399 | |
| 2783008 | a year ago | | | 0.60006 | 0.0000055070280 | |
| 2752114 | a year ago | | | 0.110011 | 0.000000000051308025 | |
| 2751271 | a year ago | | | 0.110011 | 0.000000000006870150 | |
| 2741965 | a year ago | | | 1.0001 | 0.000000000006979200 | |
| 2741530 | a year ago | | | 0.20002 | 0.0000055728451 | |
| 2734421 | a year ago | | | 0.23122983 | 0.0000047729026 | |
| 2734416 | a year ago | | | 0.54623046 | 0.0000047729026 |
ABI
ABI objects
Getter at block 22002249
foundation() view returns (address)
0xdbdf24436822cfcc888c98e067bc20cf0cc593db
owner() view returns (address)
0x39e4c2004f03a3ae0b34d139f4711faf66ac4536
saled() view returns (uint256)
0
startTime() view returns (uint256)
169094880
totalToSale() view returns (uint256)
0
Read-only
This contract contains no read-only function objects.
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
buy(uint256 _amount, uint256 _baseTokenAmount, address _baseToken) payable
initialize(address _foundation, uint256 _totalToSale, uint256 _startTime)
renounceOwnership()
setStartTime(uint256 _startTime)
setTotalToSale(uint256 _totalToSale)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Buy(address indexed _user, uint256 _amount, uint256 _baseTokenAmount, address _baseToken)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.