256ART

Verified contract

Implementation

Active on Ethereum with 1 txns
Deployed by via 0x6e760e9e at 17883859
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 10 additional slots

No balances found for "256ART"

0xc7d27c25f0a7fc74409fb735f2de1a2534713c25155228e6168a25e161d76f2d

Functions
Getter at block 21326242
 
currentPrice(view returns (uint256 p)
getArtInfo(view returns (address)
0x0000000000000000000000000000000000000000
getArtScripts(view returns (address[])
[]
getBiddingStartTimeStamp(view returns (uint256)
0
 
getMaxSupply(view returns (uint256)
getReservePrice(view returns (uint256)
0
getallowListStartTimeStamp(view returns (uint256)
0
name(view returns (string)
256ART
owner(view returns (address)
0x4c1eafcbb3394044009012736293e00cec6e67e2
symbol(view returns (string)
256ART
totalSupply(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
checkAllowListAndClaimStatus(address abytes32[] proofview returns (boolbool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isOwnerOf(address accountuint256[] _tokenIdsview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenHTML(uint256 tokenIdview returns (string artwork)
tokenHash(uint256 _idview returns (bytes32)
tokenIdToHash(uint256view returns (bytes32)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256 tokenId)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
allowListMint(bytes32[] proofaddress apayable 
approve(address touint256 tokenId
artistMint(uint24 countaddress a
batchSafeTransferFrom(address _fromaddress _touint256[] _tokenIdsbytes data_
batchTransferFrom(address _fromaddress _touint256[] _tokenIds
claimRebate(address a
initProject(struct TwoFiveSixProjectDefaultV1Project _paddress _traitsaddress _libraryScripts
mint(uint128 countaddress apayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setArtScripts(address[] _artScripts
setImageBase(string _imageBase
setLibraryScripts(struct TwoFiveSixProjectDefaultV1LibraryScript[] _libraries
setMaxSupply(uint24 _maxSupply
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidCodeAtRange(uint256 _sizeuint256 _startuint256 _end
WriteError(