LERC20MintableBurnable
Verified contract
Active on
Ethereum with 3,777 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb36d…0991
Balances ($0.00)
No balances found for "LERC20MintableBurnable"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21273924 | 4 hours ago | | | 0 | 0.00068120125 | |
| 21268763 | 21 hours ago | | | 0 | 0.00044042941 | |
| 21268361 | a day ago | | | 0 | 0.00046275750 | |
| 21268142 | a day ago | | | 0 | 0.00043898604 | |
| 21264041 | 2 days ago | | | 0 | 0.00070885766 | |
| 21262488 | 2 days ago | | | 0 | 0.00043856091 | |
| 21261773 | 2 days ago | | | 0 | 0.00043330891 | |
| 21261654 | 2 days ago | | | 0 | 0.00042941833 | |
| 21260500 | 2 days ago | | | 0 | 0.00049545257 | |
| 21259536 | 2 days ago | | | 0 | 0.00031839891 |
ABI
ABI objects
Getter at block 21275051
admin() view returns (address)
0xa98706106f7710d743186031be2245f33acea106
decimals() view returns (uint8)
8
getAdmin() view returns (address)
0xa98706106f7710d743186031be2245f33acea106
isLosslessOn() view returns (bool)
true
lossless() view returns (address)
0xb36d12a83135982fb6e2c276f36c87513c5b0991
losslessTurnOffTimestamp() view returns (uint256)
0
name() view returns (string)
Wrapped ZNN
recoveryAdmin() view returns (address)
0x3b271542b9a9f37d5b47fffe4b1c8ff2d137cca6
symbol() view returns (string)
wZNN
timelockPeriod() view returns (uint256)
259200
totalSupply() view returns (uint256)
89682772423416
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events acceptRecoveryAdminOwnership(bytes key)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
executeLosslessTurnOff()
executeLosslessTurnOn()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
proposeLosslessTurnOff()
setLossless(address _newLossless)
setLosslessAdmin(address newAdmin)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOutBlacklistedFunds(address[] from)
transferRecoveryAdminOwnership(address candidate, bytes32 keyHash)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
LosslessOff()
LosslessOn()
LosslessTurnOffProposal(uint256 _turnOffDate)
NewAdmin(address indexed _newAdmin)
NewRecoveryAdmin(address indexed _newAdmin)
NewRecoveryAdminProposal(address indexed _candidate)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(uint256 totalSupply_, string name_, string symbol_, uint8 decimals_, address admin_, address recoveryAdmin_, uint256 timelockPeriod_, address lossless_)
This contract contains no fallback and receive objects.
This contract contains no error objects.