KnownOriginDigitalAsset
Verified contract
Active on
Ethereum with 40,560 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe28e…ebeb
0x91a9…31d8
2 additional
variables
Balances ($337.32)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WHALE | ERC-20 | 210 | $0.781528 |
$164.12 | |
RARE | ERC-20 | 1K | $0.132413 |
$132.41 | |
SAND | ERC-20 | 45 | $0.765625 |
$34.45 | |
ASH | ERC-20 | 3 | $2.11 |
$6.33 | |
OHFF | ERC-20 | 20.7K | -- | -- | |
BARD | ERC-20 | 9K | -- | -- | |
JORDAN | ERC-20 | 7K | -- | -- | |
CMYK | ERC-20 | 6K | -- | -- | |
DOWN | ERC-20 | 2.321K | -- | -- | |
NKOV | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21260845 | 8 hours ago | | | 0 | 0.00030695321 | |
| 21257579 | 19 hours ago | | | 0 | 0.00049816216 | |
| 21257088 | 21 hours ago | | | 0 | 0.00041694102 | |
| 21256191 | a day ago | | | 0 | 0.00050489632 | |
| 21256144 | a day ago | | | 0 | 0.00035564190 | |
| 21255822 | a day ago | | | 0 | 0.00058300500 | |
| 21254173 | a day ago | | | 0 | 0.00049569508 | |
| 21253767 | a day ago | | | 0 | 0.00054680942 | |
| 21253590 | a day ago | | | 0 | 0.00046914092 | |
| 21251868 | 2 days ago | | | 0 | 0.00058555548 |
ABI
ABI objects
Getter at block 21263328
MAX_EDITION_SIZE() view returns (uint16)
1000
accessControls() view returns (address)
0x9028b16494a9363f3eaaf381a6fde67296abc68c
basisPointsModulo() view returns (uint256)
1000
editionPointer() view returns (uint256)
34656000
modulo() view returns (uint256)
10000000
name() view returns (string)
KnownOriginDigitalAsset
royaltiesRegistryProxy() view returns (address)
0xe28e054d596576841682e8c993e415b3ccb2ebeb
royaltyRegistryActive() view returns (bool)
true
secondarySaleRoyalty() view returns (uint256)
1250000
symbol() view returns (string)
KODA
tokenUriResolver() view returns (address)
0x91a907616502801cfbf107435a5072b7b67631d8
tokenUriResolverActive() view returns (bool)
true
version() view returns (string)
3
Read-only
ERC20Balances(uint256, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
balanceOfERC20(uint256 _tokenId, address _erc20Contract) view returns (uint256)
composedNFTsToKodaToken(address, uint256) view returns (uint256)
editionAdditionalMetaData(uint256 _editionId) view returns (string)
editionAdditionalMetaDataForToken(uint256 _tokenId) view returns (string)
editionExists(uint256 _editionId) view returns (bool)
editionSalesDisabled(uint256) view returns (bool)
editionTokenERC20Balances(uint256, address) view returns (uint256)
editionTokenERC20TransferAmounts(uint256, address, uint256) view returns (uint256)
editionURI(uint256 _editionId) view returns (string)
erc20ContractByIndex(uint256 _tokenId, uint256 _index) view returns (address)
exists(uint256 _tokenId) view returns (bool)
facilitateNextPrimarySale(uint256 _editionId) view returns (address receiver, address creator, uint256 tokenId)
facilitateReversePrimarySale(uint256 _editionId) view returns (address receiver, address creator, uint256 tokenId)
getAllUnsoldTokenIdsForEdition(uint256 _editionId) view returns (uint256[])
getApproved(uint256 _tokenId) view returns (address)
getCreatorOfEdition(uint256 _editionId) view returns (address _originalCreator)
getCreatorOfToken(uint256 _tokenId) view returns (address _originalCreator)
getEditionDetails(uint256 _tokenId) view returns (address _originalCreator, address _owner, uint16 _size, uint256 _editionId, string _uri)
getEditionIdOfToken(uint256 _tokenId) pure returns (uint256 _editionId)
getEditionSizeOfToken(uint256 _tokenId) view returns (uint256 _size)
getFeeBps(uint256) view returns (uint256[])
getFeeRecipients(uint256 _tokenId) view returns (address[])
getNextAvailablePrimarySaleToken(uint256 _editionId) view returns (uint256 _tokenId)
getReverseAvailablePrimarySaleToken(uint256 _editionId) view returns (uint256 _tokenId)
getRoyaltiesReceiver(uint256 _tokenId) view returns (address)
getSizeOfEdition(uint256 _editionId) view returns (uint256 _size)
hadPrimarySaleOfToken(uint256 _tokenId) view returns (bool)
hasMadePrimarySale(uint256 _editionId) view returns (bool)
hasRoyalties(uint256 _editionId) view returns (bool)
isApprovedForAll(address _owner, address _operator) view returns (bool)
isEditionSalesDisabled(uint256 _editionId) view returns (bool)
isEditionSoldOut(uint256 _editionId) view returns (bool)
isSalesDisabledOrSoldOut(uint256 _editionId) view returns (bool)
kodaTokenComposedNFT(uint256) view returns (address nft, uint256 tokenId)
maxTokenIdOfEdition(uint256 _editionId) view returns (uint256 _tokenId)
ownerOf(uint256 _tokenId) view returns (address)
reportedArtistAccounts(address) view returns (bool)
reportedEditionIds(uint256) view returns (bool)
royaltyAndCreatorInfo(uint256 _tokenId, uint256 _value) view returns (address receiver, address creator, uint256 royaltyAmount)
royaltyInfo(uint256 _tokenId, uint256 _value) view returns (address _receiver, uint256 _royaltyAmount)
sealedEditionMetaData(uint256) view returns (string)
sealedTokenMetaData(uint256) view returns (string)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenAdditionalMetaData(uint256 _tokenId) view returns (string)
tokenURI(uint256 _tokenId) view returns (string)
totalERC20Contracts(uint256 _tokenId) view returns (uint256)
State-modifying
Events approve(address _approved, uint256 _tokenId)
batchTransferFrom(address _from, address _to, uint256[] _tokenIds)
composeERC20sAsCreator(uint16 _editionId, address[] _erc20s, uint256[] _amounts)
composeNFTsIntoKodaTokens(uint256[] _kodaTokenIds, address _nft, uint256[] _nftTokenIds)
consecutiveBatchTransferFrom(address _from, address _to, uint256 _fromTokenId, uint256 _toTokenId)
getERC20(address _from, uint256 _tokenId, address _erc20Contract, uint256 _value)
getERC20s(address _from, uint256[] _tokenIds, address _erc20Contract, uint256 _totalValue)
lockInAdditionalMetaData(uint256 _editionId, string _metadata)
lockInAdditionalTokenMetaData(uint256 _tokenId, string _metadata)
mintBatchEdition(uint16 _editionSize, address _to, string _uri) returns (uint256 _editionId)
mintBatchEditionAndComposeERC20s(uint16 _editionSize, address _to, string _uri, address[] _erc20s, uint256[] _amounts) returns (uint256 _editionId)
mintConsecutiveBatchEdition(uint16 _editionSize, address _to, string _uri) returns (uint256 _editionId)
reportArtistAccount(address _account, bool _reported)
reportEditionId(uint256 _editionId, bool _reported)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _operator, bool _approved)
setRoyaltiesRegistryProxy(address _royaltiesRegistryProxy)
setTokenUriResolver(address _tokenUriResolver)
toggleEditionSalesDisabled(uint256 _editionId)
transferChild(uint256 _kodaTokenId, address _recipient)
transferERC20(uint256 _tokenId, address _to, address _erc20Contract, uint256 _value)
transferFrom(address _from, address _to, uint256 _tokenId)
updateAccessControls(address _accessControls)
updateBasisPointsModulo(uint256 _basisPointsModulo)
updateModulo(uint256 _modulo)
updateSecondaryRoyalty(uint256 _secondarySaleRoyalty)
updateURIIfNoSaleMade(uint256 _editionId, string _newURI)
withdrawStuckTokens(address _tokenAddress, uint256 _amount, address _withdrawalAccount)
AdditionalEditionUnlockableSet(uint256 indexed _editionId)
AdminArtistAccountReported(address indexed _account, bool indexed _reported)
AdminEditionReported(uint256 indexed _editionId, bool indexed _reported)
AdminRoyaltiesRegistryProxySet(address indexed _royaltiesRegistryProxy)
AdminTokenUriResolverSet(address indexed _tokenUriResolver)
AdminUpdateAccessControls(address indexed _oldAddress, address indexed _newAddress)
AdminUpdateBasisPointsModulo(uint256 _basisPointsModulo)
AdminUpdateModulo(uint256 _modulo)
AdminUpdateSecondaryRoyalty(uint256 _secondarySaleRoyalty)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed fromAddress, address indexed toAddress)
EditionSalesDisabledToggled(uint256 indexed _editionId, bool _oldValue, bool _newValue)
EditionURIUpdated(uint256 indexed _editionId)
ReceivedChild(address indexed _from, uint256 indexed _tokenId, address indexed _childContract, uint256 _childTokenId)
ReceivedERC20(address indexed _from, uint256 indexed _tokenId, address indexed _erc20Contract, uint256 _value)
ReceivedERC20ForEdition(address indexed _from, uint256 indexed _editionId, address indexed _erc20Contract, uint256 _value)
SealedEditionMetaDataSet(uint256 indexed _editionId)
SealedTokenMetaDataSet(uint256 indexed _tokenId)
SecondarySaleFees(uint256 tokenId, address[] recipients, uint256[] bps)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TransferChild(uint256 indexed _tokenId, address indexed _to, address indexed _childContract, uint256 _childTokenId)
TransferERC20(uint256 indexed _tokenId, address indexed _to, address indexed _erc20Contract, uint256 _value)
constructor(address _accessControls, address _royaltiesRegistryProxy, uint256 _editionPointer)
This contract contains no fallback and receive objects.
This contract contains no error objects.