ChainFormers
Verified contract
Active on
Ethereum with 117 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 "ChainFormers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19836902 | 6 months ago | | | 0 | 0.0021475367 | |
| 19836902 | 6 months ago | | | 0.0021 | 0.00027000000 | |
| 19098363 | 9 months ago | | | 0 | 0.00059808471 | |
| 16863995 | 2 years ago | | | 0 | 0.0010338499 | |
| 16748594 | 2 years ago | | | 0 | 0.0011575388 | |
| 16719835 | 2 years ago | | | 0 | 0.00097031941 | |
| 16600851 | 2 years ago | | | 0 | 0.00098839489 | |
| 16577502 | 2 years ago | | | 0 | 0.00099195649 | |
| 16491331 | 2 years ago | | | 0 | 0.00081997857 | |
| 16479306 | 2 years ago | | | 0.0021 | 0.0024643978 |
ABI
ABI objects
Getter at block 21100891
BASE_URI() view returns (string)
https://api.chainformers.world/
COLLECTION_SIZE() view returns (uint256)
888
CONTRACT_URI() view returns (string)
https://erc721a.chainformers.world/
FREE_SUPPLY_PER_WALLET() view returns (uint256)
1
MAX_BATCH_SIZE() view returns (uint256)
21
MINT_PRICE() view returns (uint256)
2100000000000000
REVEALED() view returns (bool)
true
SUPPLY_PER_WALLET() view returns (uint256)
21
UNREVEALED_URI() view returns (string)
https://unrevealed.chainformers.world/
contractURI() view returns (string)
https://erc721a.chainformers.world/
isPublicMintEnabled() view returns (bool)
true
name() view returns (string)
ChainFormers
owner() view returns (address)
0x3cc82101d2736bf7d1d98482781b63a3571086fb
symbol() view returns (string)
CF
totalSupply() view returns (uint256)
338
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPrice(uint256 quantity) view returns (uint256)
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)
userHasMinted(address) view returns (uint256)
State-modifying
Events FreeMintUnit(uint256 quantity, address receiver)
approve(address to, uint256 tokenId) payable
burn(uint256 tokenId)
mint(uint256 quantity) 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(bool _revealed, string _baseURI)
setContractURI(string _contractURI)
setPrice(uint256 _newPrice)
setPublicMintEnabled()
set_COLLECTION_SIZE(uint256 _new)
set_FREE_SUPPLY_PER_WALLET(uint256 _new)
set_MAX_BATCH_SIZE(uint256 _new)
set_SUPPLY_PER_WALLET(uint256 _new)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawFunds()
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()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()