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 "BreezyFinance"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14168804 | 7 months ago | | | 0 | 0.000077432266 | |
| 2447545 | a year ago | | | 0 | 0.000039378005 | |
| 2447545 | a year ago | | | 0 | 0.000036378005 | |
| 2447492 | a year ago | | | 0 | 0.0000046596107 | |
| 2447471 | a year ago | | | 0 | 0.0000093192245 | |
| 2447461 | a year ago | | | 0 | 0.000069318003 | |
| 2447461 | a year ago | | | 0 | 0.000069804017 | |
| 2447459 | a year ago | | | 0 | 0.000093192000 | |
| 2447458 | a year ago | | | 0 | 0.0000093192057 | |
| 2447456 | a year ago | | | 0 | 0.0000053392155 |
ABI
ABI objects
Getter at block 22845817
MAX_SUPPLY() view returns (uint256)
21000000000000000000000000
decimals() view returns (uint8)
18
maxWalletToken() view returns (uint256)
1050000000000000000000000
name() view returns (string)
BreezyFinance
owner() view returns (address)
0x973fc364a5fb9e340084a3d901f2e09c3cc6328d
symbol() view returns (string)
BRE
totalBurned() view returns (uint256)
0
totalSupply() view returns (uint256)
21000000000000000000000000
Read-only
_isExcludedFromMaxWallet(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromMaxWallet(address account)
includeInMaxWallet(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setMaxWalletPercent(uint8 percent)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _maxSupply, uint256 _initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.