Broccoli
Verified contract
Active on
Ethereum with 2,435 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 "Broccoli"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21022548 | a month ago | | | 0 | 0.00040981265 | |
| 20943203 | a month ago | | | 0 | 0.0010529507 | |
| 19817451 | 7 months ago | | | 0 | 0.00013112700 | |
| 19749891 | 7 months ago | | | 0 | 0.00020407027 | |
| 19500852 | 8 months ago | | | 0 | 0.00078679393 | |
| 19252901 | 9 months ago | | | 0 | 0.00039742337 | |
| 19236467 | 9 months ago | | | 0 | 0.00088049707 | |
| 19161286 | 10 months ago | | | 0 | 0.00030692060 | |
| 18967421 | a year ago | | | 0 | 0.00036249674 | |
| 18812979 | a year ago | | | 0 | 0.0010384083 |
ABI
ABI objects
Getter at block 21260926
INITIAL_MAX_HOLD() view returns (uint256)
25000000000000000000000000
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
limitTax() view returns (uint8)
15
limited() view returns (bool)
false
name() view returns (string)
Broccoli
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BRO
totalSupply() view returns (uint256)
1000000000000000000000000000
uniswapV2Pair() view returns (address)
0xd3d9de798f708b5360adc2292a23a36fbdc6ab4a
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 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setFeesWallet(address wallet)
setRule(bool _limited, address _uniswapV2Pair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.