Unibridge
Verified contract
Active on
Ethereum with 550 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($52.08)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BRUME | ERC-20 | 146.131771 | $0.356409 |
$52.08 | |
UNIB | ERC-20 | 1.047707M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21081457 | a month ago | | | 0 | 0.00059642766 | |
| 21079821 | a month ago | | | 0 | 0.0015727392 | |
| 20980470 | a month ago | | | 0 | 0.00059089440 | |
| 20971647 | a month ago | | | 0 | 0.0015802994 | |
| 20970400 | a month ago | | | 0 | 0.00044075626 | |
| 20970394 | a month ago | | | 0 | 0.00041138309 | |
| 20970390 | a month ago | | | 0 | 0.00042506246 | |
| 20970376 | a month ago | | | 0 | 0.00044973240 | |
| 20969484 | a month ago | | | 0 | 0.00045923165 | |
| 20968405 | a month ago | | | 0 | 0.00051132066 |
ABI
ABI objects
Getter at block 21275374
DOMAIN_SEPARATOR() view returns (bytes32)
0xb56eb4ec50e7eeef0381840719e7d112b176c9062f190311fddf348a7ee10872
TOTAL_SUPPLY() view returns (uint256)
10000000000000000000000000
buyTax() view returns (uint256)
50
decimals() view returns (uint8)
18
maxTax() view returns (uint256)
50
maxWallet() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
name() view returns (string)
Unibridge
owner() view returns (address)
0x3fc91a3afd70395cd496c647d5a6cc9d4b2b7fad
pair() view returns (address)
0xc2f7fb41cfd5642d69114ac2283052f3665cecb0
sellTax() view returns (uint256)
50
symbol() view returns (string)
UNIB
totalSupply() view returns (uint256)
10000000000000000000000000
tradingEnabled() view returns (bool)
true
tradingStart() view returns (uint256)
20949243
treasury() view returns (address)
0x172f052c86d99d1b3ee6089fe7a232f85b3fd5e4
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
boughtAt(address) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
enableTrading()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeWalletLimit()
setBuyTax(uint256 _tax)
setSellTax(uint256 _tax)
setTreasury(address _treasury)
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 amount)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
InvalidAddress()
MaxWallet()
NotAllowed()
NotTrading()
TaxTooHigh()