MemecoinButWithPicture
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
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 "MemecoinButWithPicture"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "MemecoinButWithPicture"
ABI
ABI objects
Getter at block 21834037
$treasurer() view returns (address)
0x0000000000000000000000000000000000000000
authCodeDelay() view returns (uint256)
0
mintMaxPerAuth() view returns (uint256)
0
mintStartTime() view returns (uint256)
0
owner() view returns (address result)
0x0000000000000000000000000000000000000000
ownershipHandoverValidFor() view returns (uint64)
172800
signer() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOf(address owner) view returns (uint256)
balanceOf(address owner, uint256 start, uint256 stop) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
isOwnerOf(address account, uint256 id) view returns (bool)
lastAuthTime(address) view returns (uint256)
mintableSupply(address) view returns (uint256)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
uri(uint256) view returns (string)
usedHashes(bytes32) view returns (bool)
State-modifying
Events authMint(bytes32 hash, bytes signature, uint256 timestamp)
burnBatch(address from, uint256[] ids)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
initialize(address owner, string uri, address treasurer)
mint(address receiver, uint256 quantity)
renounceOwnership() payable
requestOwnershipHandover() payable
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setAuthCodeDelay(uint256 _authCodeDelay)
setMintMaxPerAuth(uint256 _mintMaxPerAuth)
setSigner(address _signer)
setURI(string uri)
transferOwnership(address newOwner) payable
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Initialized(uint8 version)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
AuthCodeUsed()
BalanceQueryForZeroAddress()
BurnFromNonOnwerAddress()
BurnFromZeroAddress()
ExceedsMintableSupply()
InputLengthMistmatch()
InvalidQueryRange()
InvalidSignature()
InvalidSigner()
MintToZeroAddress()
MintZeroQuantity()
NewOwnerIsZeroAddress()
NoHandoverRequest()
OnlyTreasurer()
TooSoonBetweenAuthCodes()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwnerOrInvalidAmount()
TransferToNonERC1155ReceiverImplementer()
TransferToZeroAddress()
Unauthorized()