BRC20X
Verified contract
Proxy
Active on
Base with 84 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x615f…ee52
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BRCX | ERC-20 | 346.156202K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12254854 | 7 months ago | | | 0 | 0.000000202112531424 | |
| 12254463 | 7 months ago | | | 0 | 0.000000202112531424 | |
| 12254324 | 7 months ago | | | 0 | 0.000000202112531424 | |
| 12254272 | 7 months ago | | | 0 | 0.000044652755 | |
| 12254228 | 7 months ago | | | 0 | 0.000000202112531424 | |
| 12254173 | 7 months ago | | | 0 | 0.000000202651011999 | |
| 12254162 | 7 months ago | | | 0.07752818 | 1.9464387e-7 | |
| 12254158 | 7 months ago | | | 0 | 0.000000201922203690 | |
| 12254009 | 7 months ago | | | 0 | 0.000000204245470650 | |
| 12253955 | 7 months ago | | | 0 | 0.00018652172 |
ABI
ABI objects
Getter at block 22022913
buyFee() view returns (uint256)
1
decimals() view returns (uint8)
18
fWallet() view returns (address)
0x4c7430bfa72ed9257f928e3e29e8f8099e124c55
name() view returns (string)
BRC20X
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint256)
99
symbol() view returns (string)
BRCX
totalSupply() view returns (uint256)
100000000000000000000000000
uniswapV2Pair() view returns (address)
0x615f725c9d69e0b32a12c1f76e4f0d8215e5ee52
uniswapV2Router() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableSwap(address router) payable returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMarketingWallet(address wallet) returns (bool)
withdrawETH() returns (bool)
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()
receive()
AddressInsufficientBalance(address account)