AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 10,223 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
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($6,768.25)
Native
Value
$6,609.94
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.028678 | $3,258.25 |
$6,609.94 | |
USDT | ERC-20 | 125.546024 | $1.00 |
$125.55 | |
USDC | ERC-20 | 32.808972 | $0.998584 |
$32.76 | |
THX | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21172636 | an hour ago | | | 0 | 0.0015819710 | |
| 21172578 | 2 hours ago | | | 0.004 | 0.00097741545 | |
| 21172539 | 2 hours ago | | | 0.004 | 0.0011668136 | |
| 21172503 | 2 hours ago | | | 0.004 | 0.0010424065 | |
| 21172036 | 3 hours ago | | | 0.0078226017 | 0.0011411409 | |
| 21171707 | 5 hours ago | | | 0.0092687276 | 0.00090268684 | |
| 21170697 | 8 hours ago | | | 0 | 0.0015490114 | |
| 21170391 | 9 hours ago | | | 0.05842984 | 0.00087825995 | |
| 21169479 | 12 hours ago | | | 0.004 | 0.00086246037 | |
| 21169232 | 13 hours ago | | | 0.057882434 | 0.00079160924 |
ABI
ABI objects
Getter at block 21173069
lastPauseTime() view returns (uint256)
0
owner() view returns (address)
0xe5f7e3dd9a5612eccb228392f47b7ddba8ce4f1a
paused() view returns (bool)
false
Read-only
isWhitelist(address _address) view returns (bool)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
deposit(address token, uint256 amount) payable
disableWhitelist(bool disable)
initialize()
recoverBEP20(address token, address reception, uint256 amount)
recoverBNB(address reception, uint256 amount)
renounceOwnership()
setPaused(bool _paused)
setWhitelist(address _address, bool _on)
transferOwnership(address newOwner)
withdraw(address token, address reception, uint256 amount)
withdrawMany(address[] tokens, address[] receptions, uint256[] amounts)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Deposited(address indexed token, address indexed account, uint256 indexed amount)
DisableWhitelist()
EnableWhitelist()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PauseChanged(bool isPaused)
Whitelisted(address indexed _address, bool whitelist)
Withdrawn(address indexed token, address indexed account, uint256 indexed amount)
constructor(address _logic, address _admin)
fallback()
receive()
receive()
This contract contains no error objects.