UniBridge
Verified contract
Active on
Ethereum with 1,559 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
10 additional
variables
Balances ($727.06)
Native
Value
$727.06
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.18212 | $3,992.21 |
$727.06 | |
UniBridge | ERC-20 | 19.697949K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21001724 | 2 months ago | | | 0 | 0.00036175534 | |
| 20825670 | 3 months ago | | | 0 | 0.00036742781 | |
| 20825613 | 3 months ago | | | 0 | 0.00091933034 | |
| 20608263 | 4 months ago | | | 0 | 0.000032199241 | |
| 20608258 | 4 months ago | | | 0 | 0.000043700772 | |
| 20552223 | 4 months ago | | | 0 | 0.000061037752 | |
| 20548465 | 4 months ago | | | 0 | 0.000057455509 | |
| 20524714 | 4 months ago | | | 0 | 0.000035002896 | |
| 20388615 | 5 months ago | | | 0 | 0.00016209531 | |
| 19941898 | 7 months ago | | | 0 | 0.00017872470 |
ABI
ABI objects
Getter at block 21418516
DeveloperWallet() view returns (address)
0x7517ef878cf234f18835ee9d566d03290cfd03a1
EnableTransactionLimit() view returns (bool)
true
_buyDeveloperFee() view returns (uint256)
0
_buyLiquidityFee() view returns (uint256)
0
_buyMarketingFee() view returns (uint256)
3
_maxTxAmount() view returns (uint256)
1000000000000000000000000
_sellDeveloperFee() view returns (uint256)
0
_sellLiquidityFee() view returns (uint256)
0
_sellMarketingFee() view returns (uint256)
3
_totalTaxIfBuying() view returns (uint256)
3
_totalTaxIfSelling() view returns (uint256)
3
_walletMax() view returns (uint256)
1000000000000000000000000
checkWalletLimit() view returns (bool)
true
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
feeUnits() view returns (uint256)
100
getCirculatingSupply() view returns (uint256)
999999688885372371448740
liquidityReciever() view returns (address)
0x7517ef878cf234f18835ee9d566d03290cfd03a1
marketingWallet() view returns (address)
0x7517ef878cf234f18835ee9d566d03290cfd03a1
minimumTokensBeforeSwap() view returns (uint256)
10000000000000000000000
name() view returns (string)
UniBridge
owner() view returns (address)
0x000000000000000000000000000000000000dead
swapAndLiquifyByLimitOnly() view returns (bool)
false
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
UniBridge
totalSupply() view returns (uint256)
1000000000000000000000000
tradingEnabled() view returns (bool)
false
uniswapPair() view returns (address)
0x45d836cc227cec74edcec590fff9bf0d79312f66
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
zeroAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isMarketPair(address) view returns (bool)
isTxLimitExempt(address) view returns (bool)
isWalletLimitExempt(address) view returns (bool)
State-modifying
Events airdrop(address[] _address, uint256[] _tokens)
approve(address spender, uint256 amount) returns (bool)
changeRouterVersion(address newRouterAddress) returns (address newPairAddress)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableDisableWalletLimit(bool newValue)
enableTxLimit(bool _status)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
rescueFunds()
rescueStuckedToken(address _token, uint256 _amount)
setBuyTaxes(uint256 _Liquidity, uint256 _Marketing, uint256 _Developer)
setDeveloperWalletAddress(address newAddress)
setIsExcludedFromFee(address account, bool newValue)
setIsTxLimitExempt(address holder, bool exempt)
setIsWalletLimitExempt(address holder, bool exempt)
setLiquidityWalletAddress(address newAddress)
setMarketPairStatus(address account, bool newValue)
setMarketingWalletAddress(address newAddress)
setMaxTxAmount(uint256 maxTxAmount)
setNumTokensBeforeSwap(uint256 newLimit)
setSellTaxes(uint256 _Liquidity, uint256 _Marketing, uint256 _Developer)
setSwapAndLiquifyByLimitOnly(bool newValue)
setSwapAndLiquifyEnabled(bool _enabled)
setTradingEnabled(bool _enabled)
setWalletLimit(uint256 newLimit)
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)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
SwapETHForTokens(uint256 amountIn, address[] path)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.