Invisible Doodle Friends

Verified contract

Active on Ethereum with 746 txns
Deployed by via 0x0f160ef6 at 14408324
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $185.08
0x4d418931e79591ef5b3bd06fadc95c57c242e2c1bb5e0896f660a11c42b6b3f5
0x0b199adb5da3b688deebe506d23720919ed6a10ecd58458825744bfa11e8cc29
0x341229165e958d09bc6a06ddf7a2b232e543e67a72404e34a2e82960ab858e3d
0x49aa31d93da32cf44cf68ef9991569720d1feeb81bc0401714e424198a0f9fcf
0xe64a8e1f7c156d390b2eeba61a9e4eb755e4f92137f234f6fdaec728207d6af8
0x7a82783115ddb1d23c7ce7d4f6fcf45349ef4ec96b9c07ccadecea63b6c2c0fc
0xdfc227e412b0b49b289ab7a1a63b4fc5ed1279a2d6904f68d38914b0bba86dcd
0x055e6458230ff9aeed256c194ef69a9475375e79871bce73f53e7e600c1f0645
0xcbe7460f5363d3f3ea9832826b1bebb82650e376960ecd49022d18a87e909f01
0x89d9ace9671faf2c3cdf9be9e0098c67fb2c4b2d4642dbe890ff9463c02b6234

Functions
Getter at block 20878973
MAX_SUPPLY(view returns (uint256)
2222
allowedToContract(view returns (bool)
false
name(view returns (string)
Invisible Doodle Friends
owner(view returns (address)
0x5a14c39221f4e8992a2190b07093bd605da1a106
price(view returns (uint256)
25000000000000000
saleOpen(view returns (bool)
true
symbol(view returns (string)
IDFS
totalSupply(view returns (uint256)
2078
Read-only
_transferToContract(uint256view returns (bool)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
changePrice(uint256 _newPrice
flipSale(
mint(address _touint256 _countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAllowToContract(
setAllowTokenToContract(uint256 _tokenIdbool _allow
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Minted(uint256 totalMinted
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string baseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(