Blockburn
Verified contract
Active on
Ethereum with 2,878 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BURN | ERC-20 | 19 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20688881 | 3 months ago | | | 0 | 0.000054327196 | |
| 20094185 | 5 months ago | | | 0 | 0.00012280058 | |
| 19927606 | 6 months ago | | | 0 | 0.00044194101 | |
| 19907028 | 6 months ago | | | 0 | 0.00013727079 | |
| 19898041 | 6 months ago | | | 0 | 0.00015233512 | |
| 19548235 | 8 months ago | | | 0 | 0.00091255820 | |
| 19540182 | 8 months ago | | | 0 | 0.0012992357 | |
| 18995330 | 10 months ago | | | 0 | 0.00091001009 | |
| 18328652 | a year ago | | | 0 | 0.00049871632 | |
| 17993494 | a year ago | | | 0 | 0.0010657745 |
ABI
ABI objects
Getter at block 21276571
decimals() view returns (uint8)
18
name() view returns (string)
Blockburn
owner() view returns (address)
0x1f08e21b852fad621027de243e4ae4924f99f725
symbol() view returns (string)
BURN
totalSupply() view returns (uint256)
1977738957600000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
checkFrozenWallet(address _from, uint256 _value) view returns (bool)
frozenAddresses(uint256) view returns (address)
frozenWallets(address) view returns (bool isFrozen, uint256 rewardedAmount, uint256 frozenAmount, uint256 frozenTime)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.