TransparentUpgradeableProxyImmutable

Verified contract

Proxy

Active on Ethereum with 9 txns
Deployed by via 0x771f6407 at 14609331
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
Native
Value $7,956,771.66
ERC-20
Value $18,677,116.67
ERC-20
Value $6,190,775.07
ERC-20
Value $3,109,416.56
ERC-20
Value $486,782.26
ERC-20
Value $374,628.76
ERC-20
Value $196,817.87
ERC-20
Value $96,509.81
ERC-20
Value $88,280.7
ERC-20
Value $46,287.07
0x66b3297dc6dd02dcbd12d15fd93d66d40f3ebffcdadef1c3fea96f20fbc19791
0xe3a19dc3c3dc00cf407e0e447c732152648d3364a52a2566d816a7e2724697e4
0xb7351e3f3de8c4910a532695e09d8bf1e0f592c8d0121bdfb93ac07fa6c4b6bd
0xe8db29c6cbe8a24d9403a2223aa6c9b13ffb314d3b94b7db5cbc47911eaade01
0xa754aac6740814b7c7b164573b54d066665786af927cc3f9daaaba7286b3a255
0x9cb2a02c08db2accb316942a240c79622aaf1e0696df438f1bd32d66e78453b5
0xef745363283234ecf8d64566fffba088c9302e6b5706f710bf6a987b5fdad657
0x8ea52b7319b0b64cdc1757c8d2095c495982f3d8e258b1f88a8e03c5814f0ca4
0x92f5b699e298fccc6601635300dfc2dc6b2f7194ce76987496301bc68c6c0975

Functions
Getter at block 21067375
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
isPaused(view returns (bool)
false
isPayable(pure returns (bool)
true
paused(view returns (bool)
false
roleAdmin(pure returns (bytes32)
0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca025096
roleAssetManager(pure returns (bytes32)
0x89ce14d20697a788f57260f7690044299bde7ea88cfb7e43d120a0c031f1ffc1
roleBNTManager(pure returns (bytes32)
0x4cbb5676e6e25e1a3b8a36de10472bcac96f97bd8dd87af6f330881b84739eb8
version(pure returns (uint16)
1
Read-only
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
admin(returns (address)
implementation(returns (address)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
burn(address tokenuint256 amount
grantRole(bytes32 roleaddress account
initialize(
pause(
postUpgrade(bytes data
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
unpause(
withdrawFunds(address tokenaddress targetuint256 amount
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
FundsBurned(address indexed tokenaddress indexed calleruint256 amount
FundsWithdrawn(address indexed tokenaddress indexed calleraddress indexed targetuint256 amount
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Unpaused(address account
Constructor
constructor(address logicaddress initAdminbytes data
Fallback and receive
fallback(
receive(
receive(
Errors
AccessDenied(
InvalidAddress(
AccessDenied(
AlreadyInitialized(
InvalidAddress(
InvalidToken(
NotPayable(