Headliners #1 - Man Bites Dog
Verified contract
Active on
Ethereum with 0 txns
The storage layout for this contract could not be retrieved.
No balances found for "Headliners #1 - Man Bites Dog"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Headliners #1 - Man Bites Dog"
ABI
ABI objects
Getter at block 21229547
ImmutableTypeAdmin() view returns (address)
0x518593679b0c0d91af42f163bc1253e5a2903b89
baseURI() view returns (string)
https://magenta-magic-haddock-509.mypinata.cloud/ipfs/QmRDbXeYEyTeHtC7P5M1h5FSXeRQiLwbobRHU4eeAKimgp
contractURI() view returns (string)
https://magenta-magic-haddock-509.mypinata.cloud/ipfs/QmNuG9zeXdf3dZedVM4h9qXzLL3Tf5U2aCWhGmZmi6fAcu
cost() view returns (uint256)
0
freeMints() view returns (uint256)
60
maxPerWallet() view returns (uint256)
3
maxSupply() view returns (uint256)
60
mintTime() view returns (uint256)
1670627520
mintedNft() view returns (uint256)
60
name() view returns (string)
Headliners #1 - Man Bites Dog
paused() view returns (bool)
false
startMint() view returns (uint256)
1669980300
symbol() view returns (string)
IMAI
totalSupply() view returns (uint256)
60
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mints(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _quantity) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setContractURI(string _contractURI)
setImmutableAdmin(address _newAdminAddress)
setRoyaltyInfo(address _receiver, uint96 _royaltyFeesInBips)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _name, string _symbol, string _initBaseURI, string _contractURI, uint256 _cost, uint256 _maxSupplyy, uint256 _freeMints, uint256 _startDate, uint256 _endDate, uint256 _maxPerWallet, uint96 _royaltyFeesInBips)
This contract contains no fallback and receive objects.
This contract contains no error objects.