Blaze DeFi
Verified contract
Active on
Ethereum with 741 txns
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 "Blaze DeFi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21040787 | 22 days ago | | | 0 | 0.00024941566 | |
| 21014257 | a month ago | | | 0 | 0.00040065817 | |
| 19522666 | 8 months ago | | | 0 | 0.00072304967 | |
| 19501502 | 8 months ago | | | 0 | 0.00072750427 | |
| 18910957 | 10 months ago | | | 0 | 0.00020330486 | |
| 17715855 | a year ago | | | 0 | 0.0011568903 | |
| 17514689 | a year ago | | | 0 | 0.0011741049 | |
| 16890778 | 2 years ago | | | 0 | 0.00060643944 | |
| 16547613 | 2 years ago | | | 0 | 0.00091905086 | |
| 16547605 | 2 years ago | | | 0 | 0.00088342400 |
ABI
ABI objects
Getter at block 21201364
basePercent() view returns (uint256)
100
decimals() view returns (uint8)
18
isSupplyLessThan10Thousand() view returns (bool)
false
name() view returns (string)
Blaze DeFi
owner() view returns (address)
0xcca991a9a8bc7bcadd9c923598a84d5505b80032
symbol() view returns (string)
BNFI
totalSupply() view returns (uint256)
60456432773843947371605
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
findFivePercent(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.