TokenBurner

Verified contract

Implementation

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

No balances found for "TokenBurner"

No transactions found for "TokenBurner"


Functions
Getter at block 21296250
burnFee(view returns (uint256)
0
owner(view returns (address)
0x0000000000000000000000000000000000000000
totalBurns(view returns (uint256)
0
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
Initialized(uint64 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokensBurned(address indexed byaddress indexed tokenAddressuint256 tokenAmountuint256 burnNouint256 burnFeePaidstring namestring symboluint256 decimalsuint256 timestamp
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
EthTransferFailed(
InvalidFeeAmount(
InvalidInitialization(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account