Spiral Frequencies
Verified contract
Active on
Ethereum with 8,178 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($0.00)
No balances found for "Spiral Frequencies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21101468 | 15 days ago | | | 0 | 0.00034497400 | |
| 21083164 | 18 days ago | | | 0 | 0.00035158523 | |
| 20803120 | 2 months ago | | | 0 | 0.00034803873 | |
| 20731802 | 2 months ago | | | 0 | 0.00026950080 | |
| 20686549 | 2 months ago | | | 0 | 0.00023125717 | |
| 20685856 | 2 months ago | | | 0 | 0.00019163156 | |
| 20582732 | 3 months ago | | | 0 | 0.000054505256 | |
| 20565829 | 3 months ago | | | 0 | 0.000041466671 | |
| 20529873 | 3 months ago | | | 0 | 0.000071707651 | |
| 20504426 | 3 months ago | | | 0 | 0.000025749246 |
ABI
ABI objects
Getter at block 21212471 code() view returns (string)
ERC712_VERSION() view returns (string)
1
artist() view returns (string)
papaver
baseTokenURI() view returns (string)
https://geneticchain.io/api/project/1/token
contractURI() view returns (string)
https://geneticchain.io/api/project/1/contract
description() view returns (string)
Spirals twisting their beauty through hypnotic frequencies.
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0xe33e3c951e31b6be4ab2c2f638cfab28320d59eb2313c3c63b0c1492eccd0410
name() view returns (string)
Spiral Frequencies
owner() view returns (address)
0xa50750ae4b64b0a64174ca345870f1a8a5c9a2ee
privateMax() view returns (uint256)
500
privateMinted() view returns (uint256)
15
projectId() view returns (uint256)
1
publicMax() view returns (uint256)
7000
publicMinted() view returns (uint256)
6300
symbol() view returns (string)
GCP1
tokenMax() view returns (uint256)
7500
totalSupply() view returns (uint256)
6315
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
state(uint256 tokenId) view returns (string t, uint256 speed)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenHash(uint256 tokenId) view returns (bytes32)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
batchMint(address _to, uint256 count)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
mintTo(address _to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
secureMint(bytes32 msgHash, bytes signature, uint256 allocation, uint256 count, string nonce)
setApprovalForAll(address operator, bool approved)
setArtist(string artist_)
setCode(string code_)
setDescription(string description_)
setProjectId(uint256 projectId_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateState(uint256 tokenId, string t, uint256 speed)
withdraw(address to, uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StateChange(address indexed owner, uint256 tokenId, struct SpiralFrequenciesArtState state)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, uint256 projectId_, string artist_, string description_, string code_, string baseUri_, uint256 publicMax_, uint256 privateMax_, uint256 seed_, address proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.