Focus Bloc - Iconic Models of The Past
Verified contract
Active on
Ethereum with 304 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 "Focus Bloc - Iconic Models of The Past"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21142556 | 6 days ago | | | 0 | 0.00070326385 | |
| 20900323 | a month ago | | | 0 | 0.00029124229 | |
| 20875407 | a month ago | | | 0 | 0.00032846062 | |
| 20823175 | 2 months ago | | | 0 | 0.0017897930 | |
| 20519484 | 3 months ago | | | 0 | 0.00011854705 | |
| 20169967 | 5 months ago | | | 0 | 0.00053145338 | |
| 19955634 | 6 months ago | | | 0 | 0.00023332000 | |
| 19305666 | 9 months ago | | | 0 | 0.0017706728 | |
| 18967105 | 10 months ago | | | 0 | 0.00064124908 | |
| 18702484 | a year ago | | | 0 | 0.0018948074 |
ABI
ABI objects
Getter at block 21186114
cost() view returns (uint256)
500000000000000000
isRevealed() view returns (bool)
true
maxSupply() view returns (uint256)
120
merkleRoot() view returns (bytes32)
0x5c599d31748c34fdda151d437e75f5557f145b63bc8b903001f594806097523c
name() view returns (string)
Focus Bloc - Iconic Models of The Past
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0xaba5e91d172daaf2ed704c4560a53c43e89c79f8
paused() view returns (bool)
true
symbol() view returns (string)
FCIMP
totalSupply() view returns (uint256)
120
whiteListActive() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address operator, uint256 tokenId) payable
mint(bytes32[] _proof) payable
renounceOwnership()
revealMetadata(string _uri)
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 _uri)
setCost(uint256 _cost)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMaxSupply(uint256 _maxSupply)
setMerkleRoot(bytes32 _merkleRoot)
setOperatorFilteringEnabled(bool value)
toggleMinting()
toggleWhiteList()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
withdrawERC20(address _erc20Address)
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(string baseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()