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 "deBrawl"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20843725 | 2 months ago | | | 0 | 0.00089536800 | |
| 20842972 | 2 months ago | | | 0 | 0.00077329236 | |
| 20842958 | 2 months ago | | | 0 | 0.0010412254 | |
| 20842915 | 2 months ago | | | 0 | 0.0012637586 | |
| 20842915 | 2 months ago | | | 0 | 0.0012637586 | |
| 20842903 | 2 months ago | | | 0 | 0.0016754531 | |
| 20842868 | 2 months ago | | | 0 | 0.0010059953 | |
| 20842854 | 2 months ago | | | 0 | 0.0010554165 | |
| 20842844 | 2 months ago | | | 0 | 0.0021392086 | |
| 20842835 | 2 months ago | | | 0 | 0.0010927018 |
ABI
ABI objects
Getter at block 21310058
BRAWL_SUPPLY_INITIAL() view returns (uint256)
10000000000000000000000000
BRAWL_SUPPLY_MAXIMUM() view returns (uint256)
10000000000000000000000000
V3_POOL_FEE_TIER() view returns (uint24)
3000
blockDeployed() view returns (uint256)
20842733
blockFirst() view returns (uint256)
20842733
decimals() view returns (uint8)
18
name() view returns (string)
deBrawl
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BRAWL
totalSupply() view returns (uint256)
9998588977775453213887262
Read-only
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)
renounceOwnership()
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)
Burn(address indexed account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)