L2 Across Bridge
Verified contract
Active on
Ethereum with 27 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LAB | ERC-20 | 8.486558M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18059897 | a year ago | | | 0 | 0.00055179094 | |
| 18058471 | a year ago | | | 0 | 0.00060264729 | |
| 18058376 | a year ago | | | 0 | 0.00074513397 | |
| 18058238 | a year ago | | | 0 | 0.00070923797 | |
| 18058033 | a year ago | | | 0 | 0.00067752657 | |
| 18057528 | a year ago | | | 0 | 0.0024489882 | |
| 18056851 | a year ago | | | 0 | 0.0010927912 | |
| 18056696 | a year ago | | | 0 | 0.00076398400 | |
| 18055992 | a year ago | | | 0 | 0.00065454531 | |
| 18055843 | a year ago | | | 0 | 0.00066955096 |
ABI
ABI objects
Getter at block 21124799
buyLiquidityFee() view returns (uint256)
0
buyMktFee() view returns (uint256)
2
buyTeamFee() view returns (uint256)
0
buyTotalFees() view returns (uint256)
2
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
limitsInEffect() view returns (bool)
false
maxTransactionAmount() view returns (uint256)
25000000000000000000000000
maxWallet() view returns (uint256)
25000000000000000000000000
mktWallet() view returns (address)
0x2c8c88a09f5e970e5e2c874beaacca8cffd1ea1a
name() view returns (string)
L2 Across Bridge
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellLiquidityFee() view returns (uint256)
0
sellMktFee() view returns (uint256)
2
sellTeamFee() view returns (uint256)
0
sellTotalFees() view returns (uint256)
2
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
2000000000000000000000000
symbol() view returns (string)
LAB
teamWallet() view returns (address)
0x99cc2e0ebb5e35ab354503e11bdfa6dd14c1e378
tokensForLiquidity() view returns (uint256)
616822600348441154814710580
tokensForMkt() view returns (uint256)
8486557682765187795856001
tokensForTeam() view returns (uint256)
0
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingActive() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x4eaaf34f4d07d304474672e0c79af49478815bc9
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits() returns (bool)
renounceOwnership()
setAutomatedMarketMakerPair(address pair)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _mktFee, uint256 _liquidityFee, uint256 _teamFee)
updateMaxTxnAmount(uint256 newNum)
updateMaxWalletAmount(uint256 newNum)
updateMktWallet(address newMktWallet)
updateSellFees(uint256 _mktFee, uint256 _liquidityFee, uint256 _teamFee)
updateSwapEnabled(bool enabled)
updateSwapTokensAtAmount(uint256 newAmount) returns (bool)
updateTeamWallet(address newWallet)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
mktWalletUpdated(address indexed newWallet, address indexed oldWallet)
teamWalletUpdated(address indexed newWallet, address indexed oldWallet)
constructor()
receive()
This contract contains no error objects.