AletheaNFT
Verified contract
Active on
Ethereum with 730 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 "AletheaNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21230939 | 4 days ago | | | 0 | 0.00081032073 | |
| 21105701 | 21 days ago | | | 0 | 0.000063573442 | |
| 21101519 | 22 days ago | | | 0 | 0.00032231958 | |
| 21099208 | 22 days ago | | | 0 | 0.00021743322 | |
| 21059763 | a month ago | | | 0 | 0.00037311225 | |
| 20582978 | 3 months ago | | | 0 | 0.000064677215 | |
| 20582975 | 3 months ago | | | 0 | 0.000064802859 | |
| 20582971 | 3 months ago | | | 0 | 0.000063006598 | |
| 20582966 | 3 months ago | | | 0 | 0.000064151439 | |
| 20582963 | 3 months ago | | | 0 | 0.000060437535 |
ABI
ABI objects
Getter at block 21256263
BATCH_SIZE_MULTIPLIER() view returns (uint8)
8
DOMAIN_SEPARATOR() view returns (bytes32)
0x293aefa9141e39ddb3fd3a833006b55b7aac77f7c0fbf510d99a78ba658a1e4e
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
FEATURE_BURNS_ON_BEHALF() view returns (uint32)
16
FEATURE_OPERATOR_PERMITS() view returns (uint32)
1024
FEATURE_OWN_BURNS() view returns (uint32)
8
FEATURE_PERMITS() view returns (uint32)
512
FEATURE_TRANSFERS() view returns (uint32)
1
FEATURE_TRANSFERS_ON_BEHALF() view returns (uint32)
2
PERMIT_FOR_ALL_TYPEHASH() view returns (bytes32)
0x47ab88482c90e4bb94b82a947ae78fa91fb25de1469ab491f4c15b9a0a2677ee
PERMIT_TYPEHASH() view returns (bytes32)
0xee2282d7affd5a432b221a559e429129347b0c19a3f102179a5fb1859eef3d29
ROLE_ACCESS_MANAGER() view returns (uint256)
57896044618658097711785492504343953926634992332820282019728792003956564819968
ROLE_OWNER_MANAGER() view returns (uint32)
4194304
ROLE_ROYALTY_MANAGER() view returns (uint32)
2097152
ROLE_TOKEN_CREATOR() view returns (uint32)
65536
ROLE_TOKEN_DESTROYER() view returns (uint32)
131072
ROLE_URI_MANAGER() view returns (uint32)
1048576
TOKEN_UID() view returns (uint256)
17807874141469635807107213185035968747126628761784670815688861432628943542694
baseURI() view returns (string)
https://metadata.alethea.ai/assets/
contractURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmU92w8iKpcaabCoyHtMg7iivWGqW2gW1hgARDtqCmJUWv
decimals() view returns (uint8)
0
features() view returns (uint256)
65535
name() view returns (string)
iNFT Assets by Alethea AI
owner() view returns (address)
0x0738f702d1a7364d356729cb8845701885c487a1
royaltyPercentage() view returns (uint16)
750
royaltyReceiver() view returns (address)
0x379e2119f6e0d6088537da82968e2a7ea178ddcf
symbol() view returns (string)
ASSET
totalSupply() view returns (uint256)
4690
Read-only
balanceOf(address _owner) view returns (uint256)
evaluateBy(address operator, uint256 target, uint256 desired) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 _tokenId) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool)
isFeatureEnabled(uint256 required) view returns (bool)
isOperatorInRole(address operator, uint256 required) view returns (bool)
isOwner(address _addr) view returns (bool)
isSenderInRole(uint256 required) view returns (bool)
isTransferable(uint256 _tokenId) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address)
permitNonces(address) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 _index) view returns (uint256)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
userRoles(address) view returns (uint256)
State-modifying
Events approve(address _approved, uint256 _tokenId)
burn(uint256 _tokenId)
mint(address _to, uint256 _tokenId)
mintBatch(address _to, uint256 _tokenId, uint256 n)
permit(address _owner, address _operator, uint256 _tokenId, uint256 _exp, uint8 v, bytes32 r, bytes32 s)
permitForAll(address _owner, address _operator, bool _approved, uint256 _exp, uint8 v, bytes32 r, bytes32 s)
safeMint(address _to, uint256 _tokenId)
safeMint(address _to, uint256 _tokenId, bytes _data)
safeMintBatch(address _to, uint256 _tokenId, uint256 n)
safeMintBatch(address _to, uint256 _tokenId, uint256 n, bytes _data)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _operator, bool _approved)
setBaseURI(string _baseURI)
setContractURI(string _contractURI)
setRoyaltyInfo(address _royaltyReceiver, uint16 _royaltyPercentage)
setTokenURI(uint256 _tokenId, string _tokenURI)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address _owner)
updateFeatures(uint256 _mask)
updateRole(address operator, uint256 role)
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
BaseURIUpdated(address indexed _by, string _oldVal, string _newVal)
ContractURIUpdated(address indexed _by, string _oldVal, string _newVal)
OwnerUpdated(address indexed _by, address indexed _oldVal, address indexed _newVal)
RoleUpdated(address indexed _by, address indexed _to, uint256 _requested, uint256 _actual)
RoyaltyInfoUpdated(address indexed _by, address indexed _oldReceiver, address indexed _newReceiver, uint16 _oldPercentage, uint16 _newPercentage)
TokenURIUpdated(address indexed _by, uint256 _tokenId, string _oldVal, string _newVal)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.