Void Attractors
Verified contract
Active on
Ethereum with 1,000 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Void Attractors"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21229297 | 12 days ago | | | 0 | 0.00075397944 | |
| 20954197 | 2 months ago | | | 0 | 0.00034337835 | |
| 20944815 | 2 months ago | | | 0 | 0.00050552492 | |
| 20944755 | 2 months ago | | | 0 | 0.0013294820 | |
| 20944751 | 2 months ago | | | 0 | 0.0013488669 | |
| 20944748 | 2 months ago | | | 0 | 0.0011920429 | |
| 20944704 | 2 months ago | | | 0 | 0.0015088017 | |
| 20900189 | 2 months ago | | | 0 | 0.00029348746 | |
| 20875816 | 2 months ago | | | 0 | 0.00032468984 | |
| 20831503 | 2 months ago | | | 0 | 0.00053775044 |
ABI
ABI objects
Getter at block 21313007 vaReconstructedCode() view returns (string) viewReconstructedCode() view returns (string)
ATTRACTOR_RESERVE() view returns (uint256)
0
MAX_ATTRACTORS() view returns (uint256)
569
MAX_ATTRACTOR_PURCHASE() view returns (uint256)
11
attractorPrice() view returns (uint256)
89000000000000000
baseURI() view returns (string)
https://voidattractors.art/api/
isReconstructed() view returns (bool)
true
name() view returns (string)
Void Attractors
owner() view returns (address)
0x708bfbfc5866bd7754c9befb7e5918fc1f4e0e2f
saleIsActive() view returns (bool)
true
symbol() view returns (string)
VA
totalSupply() view returns (uint256)
569
viewColorSet() pure returns (string)
Color: Background and Front in RGB channels twice. Frame: min(RGB) divided by 2.5
viewMatrixSet() pure returns (string)
Matrix M_x or M_y: from -pi to pi resolved by Horizontal or Vertical Wrapping
viewParameterSet() pure returns (string)
Parameters: Function Combination, Latitude, Longitude, Horizontal Wrapping, Vertical Wrapping, Width, Scale, Size, Frame
viewVectorSet() pure returns (string)
Used: sin(M_x*Latitude) and cos(M_y*Longitude) or tan(.) and combinations thereof
Read-only
attractorNames(uint256) view returns (string)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedTokens(uint256) view returns (bool)
nameSet(uint256) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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)
tokensOfOwner(address _owner) view returns (uint256[])
viewAttractorName(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
mintAttractor(uint256 _numberOfTokens) payable
renounceOwnership()
reserveAttractors(address _to, uint256 _reserveAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAttractorName(uint256 _tokenId, string _currName)
setBaseURI(string baseURI)
setReconstructedCode(string _currName)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
NameChange(uint256 indexed nameIndex, string newName)
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.