CHROMAMORPHS
Verified contract
Active on
Ethereum with 400 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
16 additional
variables
Balances ($0.00)
No balances found for "CHROMAMORPHS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20542206 | 3 months ago | | | 0 | 0.00011648640 | |
| 19969248 | 6 months ago | | | 0 | 0.00085855800 | |
| 17536844 | a year ago | | | 0 | 0.00079139561 | |
| 17145141 | 2 years ago | | | 0 | 0.0015074744 | |
| 17144884 | 2 years ago | | | 0 | 0.0016503448 | |
| 16980171 | 2 years ago | | | 0 | 0.00087096295 | |
| 16687131 | 2 years ago | | | 0 | 0.00076453711 | |
| 16479874 | 2 years ago | | | 0 | 0.0013305295 | |
| 16369968 | 2 years ago | | | 0 | 0.00061737802 | |
| 16306304 | 2 years ago | | | 0 | 0.00076045980 |
ABI
ABI objects
Getter at block 21206146
AC_MINT_COUNT() view returns (uint256)
60
ACsaleIsActive() view returns (bool)
false
CMsaleIsActive() view returns (bool)
true
COLLECTOR_MINT_COUNT() view returns (uint256)
40
COL_TOKEN_ID() view returns (uint256)
334
MAX_AC_SUPPLY() view returns (uint256)
100
MAX_COL_SUPPLY() view returns (uint256)
100
MAX_REG_SUPPLY() view returns (uint256)
233
MAX_SUPPLY() view returns (uint256)
433
REG_MINT_COUNT() view returns (uint256)
273
baseMintPrice() view returns (uint256)
80000000000000000
getMintOrderLength() view returns (uint256)
0
getRegisteredLength() view returns (uint256)
100
maxPurchaseCount() view returns (uint256)
5
owner() view returns (address)
0x741bfdb9bea6fa505ff9dfe9e8947b29863373fa
saleIsActive() view returns (bool)
false
totalReleased() view returns (uint256)
25840000000000000000
totalShares() view returns (uint256)
100
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
checkIfACclaimed(uint256 AC_id) view returns (bool)
checkIfCOLclaimed(uint256 AC_id) view returns (bool)
getMintOrderItem(uint256 item) view returns (uint256)
getOwnerOfAC(uint256 AC_id) view returns (address)
isApprovedForAll(address account, address operator) view returns (bool)
mintPrice(uint256 numberOfTokens) view returns (uint256)
ownsAllACs(uint256[] requested_tokens) view returns (bool)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _tokenID) view returns (string)
State-modifying
Events ContractOwnerMint(uint256 numberOfTokens)
addACOwners(uint8[] ACtokenIDs, address[] addresses)
create_mint_order()
mintAutochromaOwner(uint256[] tokens_to_mint) payable
mintCollectors(uint256[] tokens_to_mint)
mintMorphs(uint256 numberOfTokens) payable
release(address account)
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)
setBaseMintPrice(uint256 price)
setBaseURI(string newBase)
setMaxPurchaseCount(uint16 count)
startACSaleState()
startCOLSaleState()
startSaleState()
stopACSaleState()
stopCOLSaleState()
stopSaleState()
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
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()
receive()
This contract contains no error objects.