The Blu Arctic Water Company
Verified contract
Active on
Ethereum with 974 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 3 additional slots
Balances ($145.82)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BARC | ERC-20 | 28.625937K | $0.005094 |
$145.82 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21224979 | 3 days ago | | | 0 | 0.00051544929 | |
| 21224969 | 3 days ago | | | 0 | 0.00052778938 | |
| 21224956 | 3 days ago | | | 0 | 0.00055390516 | |
| 21224946 | 3 days ago | | | 0 | 0.00051081307 | |
| 21223798 | 3 days ago | | | 0 | 0.00090226508 | |
| 21206432 | 6 days ago | | | 0 | 0.00050792692 | |
| 21206221 | 6 days ago | | | 0 | 0.00042394260 | |
| 21206147 | 6 days ago | | | 0 | 0.00052296530 | |
| 21204923 | 6 days ago | | | 0 | 0.00043498500 | |
| 21195783 | 7 days ago | | | 0 | 0.0011993096 |
ABI
ABI objects
Getter at block 21246753
DexPair() view returns (address)
0x216387eeda0586730697e769f1fabcca77b123e1
DexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
decimals() view returns (uint8)
9
getDynamicInfo() view returns (bool, bool, uint256, uint256)
(true, true, 3, 1704824447)
name() view returns (string)
The Blu Arctic Water Company
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapEnabled() view returns (bool)
true
swapThreshold() view returns (uint256)
54500000000000
symbol() view returns (string)
BARC
totalSupply() view returns (uint256)
109000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMarketPair(address) view returns (bool)
ischargepair(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
clearStuckTokens(address _token, uint256 _amount)
enableChargePair(address _adr, bool _status)
renounceOwnership()
rescueFunds()
setDeployerWallet(address _newAddres)
setMarketingWallet(address _newAddres)
setSwapBackSettings(bool _enabled, uint256 _amount)
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)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC20ZeroTransfer()