SatsBridge

Verified contract

Active on Ethereum with 767 txns
Deployed by via 0xe2a2347e at 18963491
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "SatsBridge"

0x097cea6ea97bfcc7598fb55f9acc54a6b529dfd9abb081ddc9557320b9f9b528
0xe4e7280f2ee52297fd290cbcff4e098e0fabf5e9c73a0f5c6abb029535e97641
0x3cfb7f2b551589a669b2fac0639d871e718573c5d2108718a95aad7b9b756c9c
0xdd47840974a0987e592e79d137ac772617530f8823c255b6e77fc7915780e74d
0x080bde46c0436dc45d703e999e69e82fc50d0f5d58a091b1fdde4248f337d99c
0x6747980b708d46dff9451f6c610809bf006f81f829781c502a1f84149fcf470e
0x38b187ed324ef591fc984201f2166e9f67a7d3dec4d469a15d5cffdd44fb1958
0xada653ad67e8d08cf9d756f39130955eb1d7885d50036972ae3abc8d0f4a627a
0x139ca699fbe269acb8fc01588109c8b9cb2a9c9a0088aa9453030a211fe60e75
0xb8eeb755363fc7f5476c0c56d10db170d82def7102796f21dc17404ea7f9e80f

Functions
Getter at block 20869768
decimals(view returns (uint8)
18
name(view returns (string)
SatsBridge
owner(view returns (address)
0x1a5b29cb19795950556650a494ec7704a886f9a9
symbol(view returns (string)
SABR
totalSupply(view returns (uint256)
500000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account