rect()
Verified contract
Proxy
Active on
Ethereum with 877 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "rect()"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21332246 | 29 minutes ago | | | 0 | 0.0013050166 | |
| 21325263 | a day ago | | | 0 | 0.0012544000 | |
| 21292934 | 6 days ago | | | 0 | 0.00059224446 | |
| 21278253 | 8 days ago | | | 0 | 0.00041358333 | |
| 21234919 | 14 days ago | | | 0 | 0.00049003290 | |
| 21225686 | 15 days ago | | | 0 | 0.00042631302 | |
| 21224647 | 15 days ago | | | 0 | 0.00086095223 | |
| 21214003 | 17 days ago | | | 0 | 0.00050025896 | |
| 21195064 | 19 days ago | | | 0 | 0.00076371251 | |
| 21195064 | 19 days ago | | | 0 | 0.00076501403 |
ABI
ABI objects
Getter at block 21332386
currentPrice() view returns (uint256 p)
0
getArtInfo() view returns (address)
0x191cbef282bb5b7bb75999d00d699b6e7f3cb301
getArtScripts() view returns (address[])
[0x56c39eeCb1b6a7a3616B03B8B6F11800135e1D0f]
getBiddingStartTimeStamp() view returns (uint256)
1712257200
getMaxSupply() view returns (uint256)
1000
getReservePrice() view returns (uint256)
0
getallowListStartTimeStamp() view returns (uint256)
1712170800
name() view returns (string)
rect()
owner() view returns (address)
0xdc79dd9b2d2237aa43cc0cbaad51962e77380aba
symbol() view returns (string)
256ART
totalSupply() view returns (uint256)
1000
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()