RunesBridge
Verified contract
Active on
Ethereum with 7,892 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($157.80)
Native
Value
$39.38
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.012865 | $3,061.21 |
$39.38 | |
RB | ERC-20 | 40.523915K | $0.002922 |
$118.42 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21213943 | 4 hours ago | | | 0 | 0.00057872481 | |
| 21208323 | a day ago | | | 0 | 0.00063377117 | |
| 21205815 | a day ago | | | 0 | 0.00053053831 | |
| 21201640 | 2 days ago | | | 0 | 0.00066428541 | |
| 21199938 | 2 days ago | | | 0 | 0.00069228774 | |
| 21199857 | 2 days ago | | | 0 | 0.00062680135 | |
| 21198747 | 2 days ago | | | 0 | 0.00062423122 | |
| 21196037 | 3 days ago | | | 0 | 0.00044703530 | |
| 21195540 | 3 days ago | | | 0 | 0.0011811456 | |
| 21195529 | 3 days ago | | | 0 | 0.0012798793 |
ABI
ABI objects
Getter at block 21215067
decimals() view returns (uint8)
18
limit() view returns (bool)
false
name() view returns (string)
RunesBridge
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0x55f12659aa9fd000046467ce21f54a6f7cda8aaa
platformAndRewards() view returns (address)
0x79c9ee4e3a979105ad41cc26625639ee0692fc07
swapTokenAt() view returns (uint256)
50000000000000000000000
symbol() view returns (string)
RB
totalSupply() view returns (uint256)
75000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getIsExcludedFromFees(address _address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
disableLimits()
excludedFromFees(address _address, bool _value)
openTrading()
renounceOwnership()
rescueETH(uint256 amount)
setPlatformAndRewardsWL(address _newAddress)
setSwapTokenAt(uint256 value)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
DisableLimits()
OpenTrading()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapBack(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
MaxTxAmountExceeded()
MaxWalletAmountExceeded()
NotAuthorized()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)