tinyfaces
Verified contract
Active on
Ethereum with 4,972 txns
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 "tinyfaces"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21210419 | 2 days ago | | | 0 | 0.00060182454 | |
| 21210405 | 2 days ago | | | 0 | 0.00061409922 | |
| 21209485 | 3 days ago | | | 0 | 0.00080822457 | |
| 21197637 | 4 days ago | | | 0 | 0.00080923554 | |
| 21194096 | 5 days ago | | | 0 | 0.0013409101 | |
| 21104131 | 17 days ago | | | 0 | 0.00011106853 | |
| 21025356 | a month ago | | | 0 | 0.00014558101 | |
| 20982321 | a month ago | | | 0 | 0.00022516984 | |
| 20982320 | a month ago | | | 0 | 0.00023527350 | |
| 20982319 | a month ago | | | 0 | 0.00023469150 |
ABI
ABI objects
Getter at block 21227574
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmTMpezQDKSyWz4KZHLc9PdmTZudsynLoVQ5XCzeKEimCA/
maxMints() view returns (uint256)
200
maxSupply() view returns (uint256)
4000
merkleRoot() view returns (bytes32)
0x128f5876a992d62ec81826343f30f25e4bcd0b9971959e1fcf4827b86b323a05
mintRate() view returns (uint256)
70000000000000000
name() view returns (string)
TinyFaces
normalSale() view returns (bool)
true
notRevealedUri() view returns (string)
ipfs://QmSZMGa8CukriUQTsiWKATxtVppSVJoBG4PcDvpCLnthkY/hidden.json
owner() view returns (address)
0x75759ecc226eb5df196520315a973053ba0d8837
revealed() view returns (bool)
true
symbol() view returns (string)
TINY
totalSupply() view returns (uint256)
4000
whitelistMintRate() view returns (uint256)
50000000000000000
whitelistSale() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
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)
tokenURI(uint256 tokenId) view returns (string)
usedAddresses(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setMaxMints(uint256 _newMaxMints)
setMaxSupply(uint256 _newSupply)
setMerkleRoot(bytes32 _root)
setMintRate(uint256 _mintRate)
setNotRevealedURI(string _newURI)
setWhitelistMintRate(uint256 _mintRate)
toggleReveal()
toggleSale()
toggleWhitelistSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistBuy(uint256 quantity, bytes32[] proof) payable
withdraw() payable
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
ExceededLimit()
InvalidMerkle()
MintToZeroAddress()
MintZeroQuantity()
NormalSaleNotActive()
NotEnoughTokensLeft()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
WhitelistNotActive()
WhitelistUsed()
WrongEther()