SCAPE: Founding Citizens
Verified contract
Active on
Ethereum with 2,592 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 "SCAPE: Founding Citizens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21307386 | 20 hours ago | | | 0 | 0.00074244413 | |
| 21299622 | 2 days ago | | | 0 | 0.00047950200 | |
| 21299621 | 2 days ago | | | 0 | 0.00052670059 | |
| 21299619 | 2 days ago | | | 0 | 0.00054956191 | |
| 21299616 | 2 days ago | | | 0 | 0.00050253887 | |
| 21299613 | 2 days ago | | | 0 | 0.00050583357 | |
| 21299608 | 2 days ago | | | 0 | 0.00048398635 | |
| 21299607 | 2 days ago | | | 0 | 0.00026639141 | |
| 21299606 | 2 days ago | | | 0 | 0.00049528693 | |
| 21299589 | 2 days ago | | | 0 | 0.00046393476 |
ABI
ABI objects
Getter at block 21313320 getPermittedContractReceivers() view returns (address[]) getWhitelistedOperators() view returns (address[])
DEFAULT_OPERATOR_WHITELIST_ID() view returns (uint120)
1
DEFAULT_TRANSFER_SECURITY_LEVEL() view returns (uint8)
1
DEFAULT_TRANSFER_VALIDATOR() view returns (address)
0x0000721c310194ccfc01e523fc93c9cccfa2a0ac
MAX_PUBLIC_MINT_PER_TRANSACTION() view returns (uint16)
5
MAX_ROYALTY_BASIS_POINTS() view returns (uint16)
700
MAX_SUPPLY() view returns (uint32)
5000
autoPublicMintSwitchover() view returns (bool)
false
baseURI() view returns (string)
ipfs://bafybeiapfz7vyru7ocwoz66uii6d4g5x4c6rs7vj3z22ofud2h6qr5dzhm/
contractManager() view returns (address)
0xbae3d0d4ac7982044146a735c4a8a85bfe6aac4a
getSecurityPolicy() view returns (struct CollectionSecurityPolicy)
(0, 0, 0)
getTransferValidator() view returns (address)
0x721c0078c2328597ca70f5451fff5a7b38d4e947
maxWhitelistSupply() view returns (uint32)
5000
merkleRoot() view returns (bytes32)
0xfe8e27405b85b6ce04805d9239ce87b6c036850a203ff27e1dd2853816950b30
mintPrice() view returns (uint256)
10000000000000000
mintSchedule() view returns (uint32 whitelistStartTime, uint32 whitelistEndTime, uint32 publicSaleStartTime, uint32 publicSaleEndTime)
(whitelistStartTime=1724774400, whitelistEndTime=1724778000, publicSaleStartTime=1724778000, publicSaleEndTime=1724864400)
name() view returns (string)
SCAPE: Founding Citizens
owner() view returns (address)
0x4aa731512345efbdde75070cacf913f4dbfd5b44
paused() view returns (bool)
false
royaltyBasisPoints() view returns (uint32)
700
royaltyReceiverAddress() view returns (address)
0x4aa731512345efbdde75070cacf913f4dbfd5b44
symbol() view returns (string)
SCPCIT
tokenIdIndex() view returns (uint256)
5000
totalSupply() view returns (uint32)
5000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasWhitelistUserMinted(address) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isContractReceiverPermitted(address receiver) view returns (bool)
isOperatorWhitelisted(address operator) view returns (bool)
isTransferAllowed(address caller, address from, address to) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
changeContractManager(address _newContractManager)
pauseMint()
publicMint(uint32 _amount) payable
renounceOwnership()
reserveMint(uint32 _amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setAutoPublicMintSwitchover(bool _autoPublicMintSwitchover)
setBaseURI(string _tokenBaseURI)
setMaxWhitelistSupply(uint16 _maxWhitelistSupply)
setMerkleRoot(bytes32 _merkleRoot)
setMintPrice(uint256 _mintPrice)
setMintSchedule(struct ScapeNftCollectionMintSchedule _mintSchedule)
setRoyaltyInfo(address _royaltyReceiverAddress, uint32 _royaltyBasisPoints)
setToCustomSecurityPolicy(uint8 level, uint120 operatorWhitelistId, uint120 permittedContractReceiversAllowlistId)
setToCustomValidatorAndSecurityPolicy(address validator, uint8 level, uint120 operatorWhitelistId, uint120 permittedContractReceiversAllowlistId)
setToDefaultSecurityPolicy()
setTransferValidator(address transferValidator_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unPauseMint()
whitelistedMint(uint32 _mintAmount, uint32 _whitelistedAmount, bytes32[] _merkleProof) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
AutoPublicMintSwitchoverChanged(bool indexed autoPublicMintSwitchover)
BaseURIChanged(string indexed baseURI)
ContractManagerChanged(address indexed oldManager, address indexed newManager)
MaxWhitelistSupplyChanged(uint256 indexed maxWhitelistSupply)
MerkleRootChanged(bytes32 indexed merkleRoot)
MintPriceChanged(uint256 indexed mintPrice)
MintScheduleChanged(struct ScapeNftCollectionMintSchedule mintSchedule)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RoyaltyInfoChanged(address indexed oldRoyaltyReceiver, address indexed newRoyaltyReceiver, uint256 indexed royaltyBasisPoints)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TransferValidatorUpdated(address oldValidator, address newValidator)
Unpaused(address account)
constructor(string _name, string _symbol, uint32 _maxSupply, uint32 _maxWhitelistSupply, uint16 _maxPublicMintPerTransaction, uint16 _maxRoyaltyBasisPoints, uint256 _mintPrice, address _contractManager, bytes32 _merkleRoot, string _tokenBaseURI, struct ScapeNftCollectionMintSchedule _mintSchedule)
This contract contains no fallback and receive objects.
AddressInvalid(address account)
AutoSwitchoverValueInvalid()
CreatorTokenBase__InvalidTransferValidatorContract()
CreatorTokenBase__SetTransferValidatorFirst()
ERC721InsufficientApproval(address operator, uint256 tokenId)
EnforcedPause()
ExpectedPause()
MaxSupplyReached()
MaxWhitelistReached()
MaxWhitelistSupplyInvalid()
MintAmountInvalid()
MintFundsInvalid()
MintScheduleInvalid()
OwnableUnauthorizedAccount(address account)
PublicMintNotAllowed()
ReserveMintNotAllowed()
RoyaltyInvalid()
ShouldNotMintToBurnAddress()
TokenIdInvalid(uint256 tokenId)
WhitelistMintNotAllowed()
WhitelistProofInvalid()
WithdrawalFailed()