Satoshi

Verified contract

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

No balances found for "Satoshi"

0xfc6a6deafb3daede1a57892aee6e81389ee0e3cf36ad0d9fc1ba6de0b520b1c5
0xf71da8b1e43dbd43e6081ad199f9313e4c94323a165f1c698bfa8faa29e1eaaa
From
0x753a992480b79a0174b237a20d77df15c45c10feacdd0130fa62e8b9398f5ed7
From
0x585a31df4a1ec77893410f4647b12261229f0c3448963c9982f60ef610f42bae
0xe0778207abe127c39222259c7f87f3eda3cff0c187bcf87ca22af4f83bb1c0aa
0x1ce7ad4e0335be2b3c31003e0ac2798ef16c98e48e2018c4ba9f4c2a91e37ae4
0x96962288a91345888d589a88283eb96ccc26188b4be19f84c4bee8f0fce2d02b
0xe0decf8a39eb3970c9ccfeb23372a30a1277c4ed6c5bbc42c2fa6f28a2bd47ad
0x4ae550284ccbbd0b3b100d4cf2fc1cc50626bfe0ff3d59d55012c330c4fdd5fe
0x099aba400e33876bcdb13255c09deb5821bf530d8ffbd9b7e7ecf76176e6fbd5

Functions
Getter at block 21306138
applyTxLimit(view returns (bool)
false
baseTokenURI(view returns (string)
ipfs://bafybeiarijcx4z7tm5v73ni4xzywinthtoq5qwuajtue5g55gexuldk5ea/
buyLimit(view returns (uint256)
300000000000000
decimals(view returns (uint8)
9
minted(view returns (uint256)
676
name(view returns (string)
Satoshi
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
sellLimit(view returns (uint256)
300000000000000
symbol(view returns (string)
SATOSHI
totalSupply(view returns (uint256)
300000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 idview returns (string)
userBuylimit(addressview returns (uint256)
userSelllimit(addressview returns (uint256)
whitelist(addressview returns (bool)
State-modifying
acceptOwnership(
approve(address spenderuint256 amountOrIdreturns (bool)
removeLimits(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
startApplyingLimit(
stopApplyingLimit(
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed id
Unpaused(address account
Constructor
constructor(string _namestring _symboladdress _owneruint256 _initialSupplyuint8 _decimaluint256 _buylimituint256 _selllimit
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
EnforcedPause(
ExpectedPause(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
Unauthorized(
UnsafeRecipient(