Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Satoshi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19193035 | 10 months ago | | | 0 | 0.0027484880 | |
| 19192898 | 10 months ago | | | 0 | 0.0065412291 | |
| 19192786 | 10 months ago | | | 0 | 0.0041032818 | |
| 19192780 | 10 months ago | | | 0 | 0.0038641672 | |
| 19192779 | 10 months ago | | | 0 | 0.0036162713 | |
| 19192741 | 10 months ago | | | 0 | 0.0038221466 | |
| 19192738 | 10 months ago | | | 0 | 0.0038522064 | |
| 19192717 | 10 months ago | | | 0 | 0.0028143921 | |
| 19192711 | 10 months ago | | | 0 | 0.0021310005 | |
| 19192704 | 10 months ago | | | 0 | 0.0035404864 |
ABI
ABI objects
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(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 id) view returns (string)
userBuylimit(address) view returns (uint256)
userSelllimit(address) view returns (uint256)
whitelist(address) view returns (bool)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amountOrId) returns (bool)
removeLimits()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setTokenURI(string _tokenURI)
setWhitelist(address target, bool state)
startApplyingLimit()
stopApplyingLimit()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed id)
Unpaused(address account)
constructor(string _name, string _symbol, address _owner, uint256 _initialSupply, uint8 _decimal, uint256 _buylimit, uint256 _selllimit)
This contract contains no fallback and receive objects.
AlreadyExists()
EnforcedPause()
ExpectedPause()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
Unauthorized()
UnsafeRecipient()