RunesBridge

Verified contract

Active on Base with 27 txns
Deployed by via 0x612801f4 at 14201941
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "RunesBridge"

0x77fcf2c2f6638d52933e651b654a637c9636f4ad1b948c95fbed2dce9d75c93b
0x9864686b0bcaef78fbb748de4bfbe04f56c5f55d18201da2c9ea25f292395fb7
0x3467415e38f5c0f2e8f7f49fe6b5cc8204d5f74c20b27ee3a115798fcee0d58a
0x889a7f2544264ad3a34d2043935048e94e8dfb84d62d0bd5730018706f7fe2d7
0xf62af75288d6759333141376857410fd0eeae58d21eea3da5110d874cf11d055
0xf86c4be081b0d2cff633e515dbbad5baf6ad080dc40c26a5867ddbcdcdcfea9d
0x005eb5c007cee0863cda98b0395cf2eb0c097516ef860634b6f40c46517f422a
0x4cb6a27d77ddd26f9990dc4e990743cc8c9c74bb612d99447d676fc5c29c4a6a
0xebd42596738e46148f59d5b56e229b0485c584726c57b43822f2657394dbd205
0x85645c6229c1313ceba8e483e02fdfae8d3bbe18d5329d63fa07c4f75f3c5e78

Functions
Getter at block 22902235
decimals(view returns (uint8)
18
name(view returns (string)
RunesBridge
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
RB
totalSupply(view returns (uint256)
10000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account