Sato-san
Verified contract
Active on
Ethereum with 10,888 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "Sato-san"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20745818 | 3 months ago | | | 0 | 0.000074428182 | |
| 20607042 | 3 months ago | | | 0 | 0.000046241000 | |
| 20569227 | 3 months ago | | | 0 | 0.000053952812 | |
| 20569226 | 3 months ago | | | 0 | 0.000054255485 | |
| 20569225 | 3 months ago | | | 0 | 0.000055082492 | |
| 20518926 | 4 months ago | | | 0 | 0.000060985284 | |
| 20518925 | 4 months ago | | | 0 | 0.000058339517 | |
| 19843018 | 7 months ago | | | 0 | 0.00023502195 | |
| 19644961 | 8 months ago | | | 0 | 0.00047072081 | |
| 18871790 | a year ago | | | 0 | 0.00099549662 |
ABI
ABI objects
Getter at block 21322748
name() view returns (string)
Sato-san
owner() view returns (address)
0x5f1d9d2ab8822f37e8eeaf28dd4e04d12791a669
satosanConfig() view returns (bool pause, uint256 price, uint256 maxMint, uint256 maxSupply)
(pause=false, price=10000000000000000, maxMint=2, maxSupply=10000)
symbol() view returns (string)
SATOSAN
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getAddressBuyed(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
getSatosan(uint256 quantity) payable
makeSatosan(uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPause(bool _pause)
setSatosanPrice(uint256 _price)
setSatosanURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()