Satoshi BTC Factory

Verified contract

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

No balances found for "Satoshi BTC Factory"

0x0d4fc4192d0a5023371912842422c7ace257ef577d25ec46d574e0a932b30b2d
0x93d5d588e134b556d00cdfbdf8eccbf71e01f81cc76ad503827f8d5fb98d353a
0x216b03160cc8c07c6ccd421be6301a49411468a9d89bfb726a580185b0b34fd8
0x090fd7bbdc153803f3b2369f14878ec867ad0948383aece7aade053271613e2f
0x26a07e827a04b74b281edfcef8ffb21e22937c8016578015e64a3ec5c9313df6
0x166960f4dfb1677771dbee948ab48bc35809248b71645efb986ba8f4580fd885
0x5f5f17e067549009542211880abcae3e776b4100c09ce6f1c3e21023084a850d
0xbd9a30bc32421a9ad05422269398fa8be93815c6c6ee02398d71deb75a4a92a4
0x39abac0968301051dc921fc5fdc3fb080b7f9f4d908528266b515151447ae8f4
0xfd3685bea07e509282cc243d8ccd8cb07a87d067c632de6514a246d788c249db

Functions
Getter at block 21033637
TEAM_WALLET(view returns (address)
0x1d9f2c3fc720df20a9c36d4ec579e38560ad84d9
decimals(view returns (uint8)
18
name(view returns (string)
Satoshi BTC Factory
owner(view returns (address)
0x1d9f2c3fc720df20a9c36d4ec579e38560ad84d9
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
SBF
totalSupply(view returns (uint256)
21000000000000000000000000
Read-only
AMM_PAIRS(addressview returns (bool)
TAX_WHITELIST(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
acceptOwnership(
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
setAmmPair(address pairbool add
setTaxWhitelist(address accountbool whitelist
setTeamWallet(address teamWallet
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address initialOwneraddress teamWallet
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