Lunartics
Verified contract
Active on
Ethereum with 15,604 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 "Lunartics"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21143429 | 3 days ago | | | 0 | 0.0011789283 | |
| 21136854 | 4 days ago | | | 0 | 0.0016542119 | |
| 21110764 | 8 days ago | | | 0 | 0.000090773373 | |
| 21110759 | 8 days ago | | | 0 | 0.00016889226 | |
| 21101365 | 9 days ago | | | 0 | 0.00032634419 | |
| 21087909 | 11 days ago | | | 0 | 0.00048740953 | |
| 21084009 | 11 days ago | | | 0 | 0.00036757096 | |
| 21083349 | 12 days ago | | | 0 | 0.00034969674 | |
| 21068860 | 14 days ago | | | 0 | 0.00049246750 | |
| 21066328 | 14 days ago | | | 0 | 0.00094737039 |
ABI
ABI objects
Getter at block 21165863
cap() view returns (uint256)
10000
metadataUri() view returns (string)
https://lunartics-meta.s3.amazonaws.com/
name() view returns (string)
Lunartics
owner() view returns (address)
0xe375e95c467a9798d7a29cb220fd162ef7e3ef44
symbol() view returns (string)
LUNARTICS
totalSupply() view returns (uint256)
10000
Read-only
_exists(uint256 _id) view returns (bool)
balanceOf(address _owner) view returns (uint256)
getApproved(uint256 _id) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool)
ownerOf(uint256 _id) view returns (address)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenURI(uint256 _id) view returns (string)
State-modifying
Events approve(address _approved, uint256 _id)
lockTransfer(uint256 _id, bool _locked)
mint_Qgo(address _recipient, uint256 _amount)
renounceOwnership()
safeTransferFrom(address _from, address _to, uint256 _id)
safeTransferFrom(address _from, address _to, uint256 _id, bytes _data)
setAdmin(address _newAdmin, bool _isAdmin)
setApprovalForAll(address _operator, bool _approved)
setURI(string _uri)
transferFrom(address _from, address _to, uint256 _id)
transferOwnership(address newOwner)
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(string _name, string _symbol, string _metadataURI, uint256 _cap)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
CapExceeded()
MintToZeroAddress()
MintZeroQuantity()
NotAnAdmin()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferIsLocked()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()