Its Not What It Looks Like
Verified contract
Active on
Ethereum with 3,014 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 "Its Not What It Looks Like"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21063700 | 8 days ago | | | 0 | 0.00051130618 | |
| 21032299 | 12 days ago | | | 0 | 0.00027232370 | |
| 20724351 | 2 months ago | | | 0 | 0.00018013710 | |
| 20581656 | 2 months ago | | | 0 | 0.000041283708 | |
| 20422552 | 3 months ago | | | 0 | 0.00016777037 | |
| 20110171 | 5 months ago | | | 0 | 0.00058543625 | |
| 19839118 | 6 months ago | | | 0 | 0.00024742872 | |
| 19794906 | 6 months ago | | | 0 | 0.00011477520 | |
| 19778843 | 6 months ago | | | 0 | 0.00010222949 | |
| 19740517 | 6 months ago | | | 0 | 0.00053430471 |
ABI
ABI objects
Getter at block 21118878
baseURI() view returns (string)
ipfs://QmPvkAsNpgc7V4hMZU6vG7DN5rEcdfuLEsUFHHGJBREdRV/
chanceFreeMintsAvailable() view returns (uint256)
41
freeMintsAvailable() view returns (uint256)
0
isPublicLive() view returns (bool)
true
maxPerTransaction() view returns (uint256)
10
maxPerWallet() view returns (uint256)
40
maxTotalSupply() view returns (uint256)
3000
mintPrice() view returns (uint256)
6900000000000000
name() view returns (string)
Its Not What It Looks Like
owner() view returns (address)
0x292b89fe9edc86ce0adaddac6caa4ccea683d98c
symbol() view returns (string)
INWILL
totalSupply() view returns (uint256)
3000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintsPerWallet(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)
flipPublicSaleState()
mint(uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setChanceFreeMintsAvailable(uint256 _chanceFreeMintsAvailable)
setFreeMintsAvailable(uint256 _freeMintsAvailable)
setMintPrice(uint256 _mintPrice)
setWithdrawAddress(address _withdrawAddress)
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()