ChronoForge Prospecting Deeds
Verified contract
Proxy
Active on
Ethereum with 494 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0xa2ea…efbe
0xdf53…c739
-
variable spans 7 additional slots
Balances ($0.00)
No balances found for "ChronoForge Prospecting Deeds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21109919 | 21 hours ago | | | 0 | 0.00021256161 | |
| 20933124 | a month ago | | | 0 | 0.00053472480 | |
| 20922116 | a month ago | | | 0 | 0.0019215863 | |
| 20908015 | a month ago | | | 0 | 0.00019592821 | |
| 20820181 | a month ago | | | 0 | 0.00079168878 | |
| 20819446 | a month ago | | | 0 | 0.0018023878 | |
| 20811802 | a month ago | | | 0 | 0.0010578723 | |
| 20746668 | 2 months ago | | | 0 | 0.00011090183 | |
| 20745127 | 2 months ago | | | 0 | 0.00086455904 | |
| 20727561 | 2 months ago | | | 0 | 0.00031087864 |
ABI
ABI objects
Getter at block 21116100
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
WITHDRAW_ROLE() view returns (bytes32)
0x5d8e12c39142ff96d79d04d15d1ba1269e4fe57bb9d26f43523628b34ba108ec
_currentBaseURI() view returns (string)
https://api.chronoforge.gg/meta/deed/
chronosContract() view returns (address)
0xa2ea5cb0614f6428421a39ec09b013cc3336efbe
limitAtAdminMint() view returns (uint16)
1
limitAtAirdropMint() view returns (uint16)
500
limitAtPublicMint() view returns (uint16)
451
name() view returns (string)
ChronoForge Prospecting Deeds
price() view returns (uint256)
23000000000000000000000
saleActive() view returns (bool)
true
symbol() view returns (string)
CFPD
totalSupply() view returns (uint256)
500
withdrawAddress() view returns (address)
0xdf53617a8ba24239abeaaf3913f456ebaba8c739
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address _owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
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 adminMint(address _to)
approve(address to, uint256 tokenId) payable
batchAirdrop(address[] _addresses)
grantRole(bytes32 role, address account)
initialize()
mint(uint8 _quantity)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
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)
setChronosContract(address _chronosContractAddress)
setLimitAtAdminMint(uint16 _limitAtAdminMint)
setLimitAtAirdropMint(uint16 _limitAtAirdropMint)
setLimitAtPublicMint(uint16 _limitAtPublicMint)
setMintPrice(uint256 _newPrice)
setName(string _newName)
setSaleActive(bool _saleActive)
setSymbol(string _newSymbol)
setWithdrawAddress(address _withdrawAddress)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw(uint256 _amount, bool _withdrawAll)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
Initialized(uint8 version)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
CannotMintToZeroAddress()
ExceedsMaxSupply()
InsufficientFunds()
InsufficientFundsInContract()
InsufficientRole()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SaleInactive()
TransferCallerNotOwnerNorApproved()
TransferFailed()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()