KinesisArt
Verified contract
Active on
Ethereum with 8,687 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CYBB | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21101842 | 10 days ago | | | 0 | 0.00024139122 | |
| 21075447 | 13 days ago | | | 0 | 0.0011640745 | |
| 20967992 | a month ago | | | 0 | 0.0011697254 | |
| 20967974 | a month ago | | | 0 | 0.0013201229 | |
| 20936370 | a month ago | | | 0 | 0.0025242119 | |
| 20905929 | a month ago | | | 0 | 0.00039793509 | |
| 20883175 | a month ago | | | 0 | 0.00021407767 | |
| 20877466 | a month ago | | | 0 | 0.00030445800 | |
| 20608484 | 3 months ago | | | 0 | 0.000018990017 | |
| 20582702 | 3 months ago | | | 0 | 0.000050676533 |
ABI
ABI objects
Getter at block 21170010
_signerAddress() view returns (address)
0x4d39a464e3d2441dc3e95af45733d749883f0dc4
admin() view returns (address)
0x20a61252cf47cc71afea0728d139fd490e812fa2
kinesisAddress() view returns (address)
0x20a61252cf47cc71afea0728d139fd490e812fa2
kinesisPercentage() view returns (uint256)
10
name() view returns (string)
KinesisArt
nextProjectId() view returns (uint256)
2
owner() view returns (address)
0x20a61252cf47cc71afea0728d139fd490e812fa2
symbol() view returns (string)
KINESIS
totalSupply() view returns (uint256)
5164
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoyaltyData(uint256 _tokenId) view returns (address artistAddress, address additionalPayee, uint256 additionalPayeePercentage, uint256 royaltyFeeByID)
hashToTokenId(bytes32) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isAuthorized(address) view returns (bool)
isTokenClaimableForProject(uint256 _projectId, uint256 _tokenId) view returns (bool isClaimable)
ownerOf(uint256 tokenId) view returns (address)
projectDetails(uint256 _projectId) view returns (string projectName, string artist, string description, string website, string license)
projectScriptByIndex(uint256 _projectId, uint256 _index) view returns (string)
projectScriptInfo(uint256 _projectId) view returns (uint256 scriptCount, uint256 hashes, bool locked, bool paused)
projectShowAllTokens(uint256 _projectId) view returns (uint256[])
projectTokenInfo(uint256 _projectId) view returns (address artistAddress, uint256 pricePerTokenInWei, uint256 invocations, uint256 maxInvocations, bool active, address additionalPayee, uint256 additionalPayeePercentage, bool privateSaleActive, uint256 maxPurchaseable, bool claimable)
projectURIInfo(uint256 _projectId) view returns (string projectBaseURI)
showTokenHashes(uint256 _tokenId) view returns (bytes32[])
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenIdToProjectId(uint256) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
whitelistInfoFor(uint256 _projectId, address _addr) view returns (bool isWhiteListed, uint256 numHasMinted, uint256 allottedMints)
State-modifying
Events addAllProjectTokensToClaimable(uint256 _projectId, uint256 _oldProjectId)
addAuthorized(address _address)
addProject(uint256 _pricePerTokenInWei, uint256 _mintVolume, string _name, string _description, string _artistName, string _artistWebsite, uint256 _txnLimit, bool _claimable)
addProjectScript(uint256 _projectId, string _script)
addToWhitelist(uint256 _projectId, uint256 _claimAmount, address[] entries)
addTokenListToClaimable(uint256 _projectId, uint256[] _tokenIdArr)
approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
claimForToken(uint256 _projectId, uint256 _tokenId)
mint(uint256 _projectId, bytes32 hash, bytes signature, string nonce, uint256 tokenQuantity) payable
removeAuthorized(address _address)
removeFromWhitelist(uint256 _projectId, address[] entries)
removeProjectLastScript(uint256 _projectId)
removeTokenListFromClaimable(uint256 _projectId, uint256[] _tokenIdArr)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
toggleProjectIsActive(uint256 _projectId)
toggleProjectIsClaimable(uint256 _projectId)
toggleProjectIsLocked(uint256 _projectId)
toggleProjectIsPaused(uint256 _projectId)
toggleProjectIsPrivateSale(uint256 _projectId)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateKinesisAddress(address _kinesisAddress)
updateKinesisPercentage(uint256 _kinesisPercentage)
updateProjectAdditionalPayeeInfo(uint256 _projectId, address _additionalPayee, uint256 _additionalPayeePercentage)
updateProjectArtistAddress(uint256 _projectId, address _artistAddress)
updateProjectArtistName(uint256 _projectId, string _projectArtistName)
updateProjectBaseURI(uint256 _projectId, string _newBaseURI)
updateProjectDescription(uint256 _projectId, string _projectDescription)
updateProjectHashesGenerated(uint256 _projectId, uint256 _hashes)
updateProjectLicense(uint256 _projectId, string _projectLicense)
updateProjectMaxInvocations(uint256 _projectId, uint256 _maxInvocations)
updateProjectMaxPurchaseable(uint256 _projectId, uint256 _maxPurchaseable)
updateProjectName(uint256 _projectId, string _projectName)
updateProjectPricePerTokenInWei(uint256 _projectId, uint256 _pricePerTokenInWei)
updateProjectScript(uint256 _projectId, uint256 _scriptId, string _script)
updateProjectSecondaryMarketRoyaltyPercentage(uint256 _projectId, uint256 _secondMarketRoyalty)
updateProjectWebsite(uint256 _projectId, string _projectWebsite)
updateSigningWallet(address addr)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Burn(address indexed _burnerAddress, uint256 indexed _tokenId, uint256 indexed _projectId)
Mint(address indexed _to, uint256 indexed _tokenId, uint256 indexed _projectId, uint256 _invocations, uint256 _value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.