Blaze Network
Verified contract
Active on
Ethereum with 1,505 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 |
---|---|---|---|---|---|
uSD | ERC-20 | 16.657847 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20978423 | a month ago | | | 0 | 0.00069189916 | |
| 20899023 | a month ago | | | 0 | 0.00029407366 | |
| 20700780 | 2 months ago | | | 0 | 0.000079335830 | |
| 20458577 | 3 months ago | | | 0 | 0.000027796770 | |
| 20458563 | 3 months ago | | | 0 | 0.000028192605 | |
| 20458306 | 3 months ago | | | 0 | 0.000050738887 | |
| 20255671 | 4 months ago | | | 0 | 0.000084534200 | |
| 20216362 | 4 months ago | | | 0 | 0.00011782415 | |
| 20165310 | 5 months ago | | | 0 | 0.00013930800 | |
| 20158947 | 5 months ago | | | 0 | 0.00010962157 |
ABI
ABI objects
Getter at block 21184116
basePercent() view returns (uint256)
100
decimals() view returns (uint8)
18
isSupplyLessThan100Thousand() view returns (bool)
false
name() view returns (string)
Blaze Network
owner() view returns (address)
0x9e9540d5c90e5986399de3c40cfb5d48689d3f35
symbol() view returns (string)
BLZN
totalSupply() view returns (uint256)
173233728120272200875798
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
findTwoPercent(uint256 value) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multiTransfer(address[] receivers, uint256[] amounts)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.