ArtblocksOracle
Verified contract
Active on
Ethereum with 75 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 "ArtblocksOracle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15460432 | 2 years ago | | | 0 | 0.0021897226 | |
| 15460411 | 2 years ago | | | 0 | 0.0027934828 | |
| 15363894 | 2 years ago | | | 0 | 0.0013037381 | |
| 15362725 | 2 years ago | | | 0 | 0.0013879212 | |
| 15324757 | 2 years ago | | | 0 | 0.0020093241 | |
| 15318973 | 2 years ago | | | 0 | 0.0021538314 | |
| 15308993 | 2 years ago | | | 0 | 0.0036134727 | |
| 15259781 | 2 years ago | | | 0 | 0.0043059354 | |
| 15239584 | 2 years ago | | | 0 | 0.0011892334 | |
| 15193824 | 2 years ago | | | 0 | 0.0015115084 |
ABI
ABI objects
Getter at block 21289303
oracleSigner() view returns (address)
0xdc56d37ba9bf33dadc125dfdc3e292d81db238ad
owner() view returns (address)
0xd6d87eeb421eeeb50bff52f6ab35350c48b876ed
Read-only
featureMetadata(bytes32) view returns (uint32 currentSize, uint32 numFinalized, bytes24 log)
featureTraitId(uint32 _projectId, string _featureName, string _traitValue, uint32 _version) pure returns (bytes32)
featureTraitInfo(bytes32) view returns (address tokenContract, uint32 projectId, string featureName, string traitValue)
hasTrait(address _tokenContract, uint256 _tokenId, bytes _trait) view returns (bool)
projectTraitId(uint32 _projectId, uint32 _version) pure returns (bytes32)
projectTraitInfo(bytes32) view returns (address tokenContract, uint32 projectId, uint32 size, string name)
supportsInterface(bytes4 _interfaceId) pure returns (bool)
State-modifying
Events multicall(struct MulticallMessage[] _inputs)
renounceOwnership()
setFeatureInfo(struct SetFeatureInfoMessage _msg, bytes _signature, uint8 _signatureKind)
setOracleSigner(address _oracleSigner)
setProjectInfo(struct SetProjectInfoMessage _msg, bytes _signature, uint8 _signatureKind)
transferOwnership(address newOwner)
updateTrait(struct UpdateTraitMessage _msg, bytes _signature, uint8 _signatureKind)
FeatureInfoSet(bytes32 indexed traitId, uint32 indexed projectId, string indexed nameAndValue, string featureName, string traitValue, uint32 version, address tokenContract)
OracleSignerChanged(address indexed oracleSigner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProjectInfoSet(bytes32 indexed traitId, uint32 indexed projectId, string name, uint32 version, uint32 size, address tokenContract)
TraitUpdated(bytes32 indexed traitId, uint32 newSize, uint32 newNumFinalized, bytes24 newLog)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.