256ART
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
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
Balances ($0.00)
No balances found for "256ART"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17883866 | a year ago | | | 0 | 0.0034374940 |
ABI
ABI objects
Getter at block 21326242 currentPrice() view returns (uint256 p) getMaxSupply() view returns (uint256)
getArtInfo() view returns (address)
0x0000000000000000000000000000000000000000
getArtScripts() view returns (address[])
[]
getBiddingStartTimeStamp() view returns (uint256)
0
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 owner) view returns (uint256)
checkAllowListAndClaimStatus(address a, bytes32[] proof) view returns (bool, bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isOwnerOf(address account, uint256[] _tokenIds) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenHTML(uint256 tokenId) view returns (string artwork)
tokenHash(uint256 _id) view returns (bytes32)
tokenIdToHash(uint256) view returns (bytes32)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events allowListMint(bytes32[] proof, address a) payable
approve(address to, uint256 tokenId)
artistMint(uint24 count, address a)
batchSafeTransferFrom(address _from, address _to, uint256[] _tokenIds, bytes data_)
batchTransferFrom(address _from, address _to, uint256[] _tokenIds)
claimRebate(address a)
initProject(struct TwoFiveSixProjectDefaultV1Project _p, address _traits, address _libraryScripts)
mint(uint128 count, address a) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setArtScripts(address[] _artScripts)
setImageBase(string _imageBase)
setLibraryScripts(struct TwoFiveSixProjectDefaultV1LibraryScript[] _libraries)
setMaxSupply(uint24 _maxSupply)
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)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
InvalidCodeAtRange(uint256 _size, uint256 _start, uint256 _end)
WriteError()