TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 57 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
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) |
---|---|---|---|---|---|---|---|
| 21292115 | 14 hours ago | | | 0.005 | 0.0013113181 | |
| 21287917 | a day ago | | | 0.005 | 0.0025352681 | |
| 21283131 | 2 days ago | | | 0.005 | 0.0015680785 | |
| 21283116 | 2 days ago | | | 0.005 | 0.0015300379 | |
| 21281242 | 2 days ago | | | 0.005 | 0.0040580056 | |
| 21278285 | 3 days ago | | | 0.005 | 0.0016416316 | |
| 21278235 | 3 days ago | | | 0.005 | 0.0018302135 | |
| 21266787 | 4 days ago | | | 0.005 | 0.0028901956 | |
| 21258102 | 5 days ago | | | 0.005 | 0.0018065381 | |
| 21251766 | 6 days ago | | | 0.005 | 0.0034473932 |
ABI
ABI objects
Getter at block 21296217
burnFee() view returns (uint256)
5000000000000000
owner() view returns (address)
0xe5e71b78d2f510a7560915cac2d04fe586cfed3e
totalBurns() view returns (uint256)
55
Read-only
getTokenBurnsData(uint256 _startingNo, uint256 _quantity) view returns (struct TokenBurnerBurnData[])
tokenBurns(uint256) view returns (address user, address token, uint256 amount)
State-modifying
Events burnTokens(address _token, uint256 _amount) payable
initialize(address _owner, uint256 _burnFee)
renounceOwnership()
transferOwnership(address newOwner)
updateBurnFee(uint256 _burnFee)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensBurned(address indexed by, address indexed tokenAddress, uint256 tokenAmount, uint256 burnNo, uint256 burnFeePaid, string name, string symbol, uint256 decimals, uint256 timestamp)
constructor(address _logic, address initialOwner, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()
EthTransferFailed()
InvalidFeeAmount()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)