TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 57 txns
Deployed by via 0x739e543f at 20125290
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "TransparentUpgradeableProxy"

0x4ac26909bb2e594fa95c3054b4108e83f4ffa8a52e58c2adc9f50c56cb9c7885
0x8252562a6b1906e39e0263149965ca2c1d63f11df5786d129ec1e8585f903743
From
0xc2e04b6a425c99ed9937a55df2b4f954e67ce521aa7e0102ba927bedb8db9b5e
0x448bfeb8a05515d724626bda36646cfedd09fdf8ddd4c2d5ce314bc09962c301
0x51f3239733f7a629009526d126dcb447e16dcb9f7042377fad99d244bf61bbb6
0xf4868f3a028636ea3820c0bcb3c24757af872aa8106f45d75bfe6809030c9965
0xc43222cd60b85c271de53dcd04edb9e79ff0a30455319c265543a9019dfd15a8
0x6bb7d2f57e412284410090afe91e6f9e4cbb76c186d08d6cae96211e80a8e425
0x3f20c76b463f05c6d661e66eef6756dab9c6adae04aab0e4a9c800a8f4046491
0x4c1779ce617104b28ec3775bf7ab4983dbbb3fdf1d0d0242d9358e892c737d41

Functions
Getter at block 21296217
burnFee(view returns (uint256)
5000000000000000
owner(view returns (address)
0xe5e71b78d2f510a7560915cac2d04fe586cfed3e
totalBurns(view returns (uint256)
55
Read-only
getTokenBurnsData(uint256 _startingNouint256 _quantityview returns (struct TokenBurnerBurnData[])
tokenBurns(uint256view returns (address useraddress tokenuint256 amount)
State-modifying
burnTokens(address _tokenuint256 _amountpayable 
initialize(address _owneruint256 _burnFee
renounceOwnership(
transferOwnership(address newOwner
updateBurnFee(uint256 _burnFee
Events
AdminChanged(address previousAdminaddress newAdmin
Upgraded(address indexed implementation
Initialized(uint64 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokensBurned(address indexed byaddress indexed tokenAddressuint256 tokenAmountuint256 burnNouint256 burnFeePaidstring namestring symboluint256 decimalsuint256 timestamp
Constructor
constructor(address _logicaddress initialOwnerbytes _data
Fallback and receive
fallback(
Errors
AddressEmptyCode(address target
ERC1967InvalidAdmin(address admin
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(
ProxyDeniedAdminAccess(
EthTransferFailed(
InvalidFeeAmount(
InvalidInitialization(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account