chr0m4s by 1.618
Verified contract
Active on
Ethereum with 4,022 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 "chr0m4s by 1.618"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21302826 | 11 days ago | | | 0 | 0.00062329920 | |
| 20521734 | 4 months ago | | | 0 | 0.000051730842 | |
| 20442746 | 4 months ago | | | 0 | 0.00021122656 | |
| 20412559 | 4 months ago | | | 0 | 0.00012048148 | |
| 20412558 | 4 months ago | | | 0 | 0.00012034349 | |
| 20215750 | 5 months ago | | | 0 | 0.000039925211 | |
| 19745026 | 7 months ago | | | 0 | 0.00022556730 | |
| 19661863 | 8 months ago | | | 0 | 0.0010392448 | |
| 19542304 | 8 months ago | | | 0 | 0.00066996595 | |
| 19199969 | 10 months ago | | | 0 | 0.0014586663 |
ABI
ABI objects
Getter at block 21379687
MAX_FREE_PER_WALLET() view returns (uint256)
1
MAX_MINTS_PER_TX() view returns (uint256)
4
NUM_FREE_MINTS() view returns (uint256)
1618
PUBLIC_SALE_PRICE() view returns (uint256)
2500000000000000
baseTokenURI() view returns (string)
ipfs://bafybeidyi3sxsw377hgiun4vtx5xnq3medfe26simhwyca5pq7jiz2ejz4/
freeAlreadyMinted() view returns (uint256)
1509
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
1618
name() view returns (string)
chr0m4s by 1.618
owner() view returns (address)
0xf5d96c4675ee80e72005a24b7581af8aa5b063ba
symbol() view returns (string)
chr0m4
totalSupply() view returns (uint256)
1618
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setFreeLimitPerWallet(uint256 _limit)
setIsPublicSaleActive(bool _isPublicSaleActive)
setMaxLimitPerTransaction(uint256 _limit)
setNumFreeMints(uint256 _numfreemints)
setSalePrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
treasuryMint(uint256 quantity)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()