LatentWorks_77x7
Verified contract
Active on
Ethereum with 1,133 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "LatentWorks_77x7"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19465383 | 8 months ago | | | 0 | 0.00071979167 | |
| 18806608 | a year ago | | | 0 | 0.0010001092 | |
| 18805331 | a year ago | | | 0 | 0.0036943589 | |
| 18643081 | a year ago | | | 0 | 0.0015874138 | |
| 18601421 | a year ago | | | 0 | 0.00041642717 | |
| 18429718 | a year ago | | | 0 | 0.0013923459 | |
| 18415076 | a year ago | | | 0 | 0.0015972490 | |
| 18334332 | a year ago | | | 0 | 0.00019171199 | |
| 18020571 | a year ago | | | 0 | 0.00081143823 | |
| 17696084 | a year ago | | | 0 | 0.00062323824 |
ABI
ABI objects
Getter at block 21215989
DESCRIPTION() view returns (string)
latent.works
MAX_EDITIONS() view returns (uint256)
7
MAX_WORKS() view returns (uint256)
77
NAME() view returns (string)
Latent Works · 77x7
getAvailable() view returns (uint256)
0
getCurrentEdition() view returns (uint256)
7
getEditions() view returns (uint256)
7
getMinted() view returns (uint256)
539
owner() view returns (address)
0x3827014f2236519f1101ae2e136985e0e603be79
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getColor(uint256 token_id, uint256 iteration) view returns (string)
getMinter(uint256 token_id, uint256 edition) view returns (address)
getPalette(uint256 token_id) view returns (string[])
getSVG(uint256 token_id, uint256 iteration, bool mark) view returns (string)
getWork(uint256 token_id) view returns (struct LatentWorks_77x7Work)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 token_id) view returns (string)
State-modifying
Events mint() payable returns (uint256)
releaseEdition(address[] to)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
transferOwnership(address newOwner)
withdrawAll() payable
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.