SatoshiFacesTransfer
Verified contract
Active on
Ethereum with 273 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 18 additional slots
Balances ($0.00)
No balances found for "SatoshiFacesTransfer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18777823 | a year ago | | | 0 | 0.0014370386 | |
| 16594648 | 2 years ago | | | 0.09 | 0.0043182670 | |
| 16594318 | 2 years ago | | | 0.09 | 0.012097357 | |
| 14028932 | 3 years ago | | | 0.09 | 0.013650420 | |
| 13972446 | 3 years ago | | | 0.09 | 0.011467739 | |
| 13965788 | 3 years ago | | | 0 | 0.0044577360 | |
| 13691239 | 3 years ago | | | 0.09 | 0.014209340 | |
| 13691189 | 3 years ago | | | 0.09 | 0.011723868 | |
| 13650749 | 3 years ago | | | 0.09 | 0.014158505 | |
| 13625719 | 3 years ago | | | 0.09 | 0.015447064 |
ABI
ABI objects
Getter at block 21431639
MAX_NFT_SUPPLY() view returns (uint256)
4999
currentId() view returns (uint256)
3487
getNFTPrice() view returns (uint256)
90000000000000000
getTokensAvailable() view returns (uint256)
108
maxAvailableId() view returns (uint256)
3595
name() view returns (string)
SatoshiFacesTransfer
owner() view returns (address)
0x3e1352069f99f1a6f6ae7c16088af91074737d25
price() view returns (uint256)
90000000000000000
symbol() view returns (string)
SATOSHIFACESTRANSFER
totalSupply() view returns (uint256)
3487
Read-only
BATCH_RECIPIENTS(uint256) view returns (address)
balanceOf(address owner) view returns (uint256)
canMintToken(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
toLower(string str) pure returns (string)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
validateName(string str) pure returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
changeCurrentId(uint256 _id)
changeMaxAvailableId(uint256 _id)
changePrice(uint256 _price)
mintNFT(uint256 numberOfNfts) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
toggleSalePause(bool salePaused)
transferBatch()
transferFrom(address from, address to, uint256 tokenId)
transferMultiple(address recipient, uint256 numberOfNfts)
transferNine(address recipient1, address recipient2, address recipient3)
transferOwnership(address newOwner)
transferThree(address recipient)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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.
This contract contains no error objects.