Satoshi Nakamoto

Verified contract

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

No balances found for "Satoshi Nakamoto"

0xe85754989d48909443bd3d5166126594d3361bd43b3d2228e80ab3e0d0cb9271

Functions
Getter at block 23816908
_owner(view returns (address)
0x2ea7c22197046f00c422dd9a0dab438ea60c7d97
decimals(view returns (uint8)
18
name(view returns (string)
Satoshi Nakamoto
routerAddress(view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
symbol(view returns (string)
Bitcoin
tokenAddress(view returns (address)
0x4be58ce05315271aafdf8abe06c99ef3a377394e
totalSupply(view returns (uint256)
8500000000000000000000000000
uniswapV2Factory(view returns (address)
0x8909dc15e40173ff4699343b6eb8132c65e18ec6
uniswapV2Pair(view returns (address)
0xd6ce7be8e0ea379d8029438453f9e16132eed403
wethAddress(view returns (address)
0x4200000000000000000000000000000000000006
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
addMultipleToWhitelist(address[] accounts
addTolist(address account
approve(address spenderuint256 valuereturns (bool)
removeFromlist(address account
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
LogSenderAndFrom(address indexed msgSenderaddress indexed fromaddress indexed touint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string namestring symboluint256 initialSupply
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