ChronoForge Support Airships
Verified contract
Proxy
Active on
Ethereum with 1,635 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
0xdf53…c739
-
variable spans 7 additional slots
Balances ($0.00)
No balances found for "ChronoForge Support Airships"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21152877 | 9 days ago | | | 0 | 0.00036652504 | |
| 21143970 | 10 days ago | | | 0 | 0.0015499984 | |
| 21143967 | 10 days ago | | | 0 | 0.0014706301 | |
| 21119454 | 13 days ago | | | 0 | 0.00015203895 | |
| 21111464 | 15 days ago | | | 0 | 0.00016061163 | |
| 21111462 | 15 days ago | | | 0 | 0.00026532336 | |
| 21109093 | 15 days ago | | | 0 | 0.00036527839 | |
| 21105443 | 15 days ago | | | 0 | 0.00021559423 | |
| 21105442 | 15 days ago | | | 0 | 0.00022808203 | |
| 21103130 | 16 days ago | | | 0 | 0.00026905732 |
ABI
ABI objects
Getter at block 21215642
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/supportairship/
maxMintPerTxPublic() view returns (uint8)
50
maxMintPerTxWl() view returns (uint8)
50
maxSupply() view returns (uint16)
2500
name() view returns (string)
ChronoForge Support Airships
publicMintPrice() view returns (uint256)
125000000000000000
saleActive() view returns (bool)
false
symbol() view returns (string)
CFSA
totalSupply() view returns (uint256)
2500
txSigner() view returns (address)
0x5d1266e2b7eac3fe473a50a53cf7cacf341fb505
withdrawAddress() view returns (address)
0xdf53617a8ba24239abeaaf3913f456ebaba8c739
wlMintPrice() view returns (uint256)
100000000000000000
wlSaleActive() view returns (bool)
false
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 adminMintAirship(address _to) payable
approve(address to, uint256 tokenId) payable
burn(uint256 _tokenId)
decreaseSupply(uint16 _newSupply)
grantRole(bytes32 role, address account)
initialize()
mintAirship(uint16 _numberOfMints) payable
mintAirshipWL(uint16 _allowedNumberOfMints, uint16 _numberOfMints, bytes _signature) payable
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)
setMaxMintPerTxPublic(uint8 _newMaxMintPerTxPublic)
setMaxMintPerTxWl(uint8 _newMaxMintPerTxWl)
setName(string _newName)
setPublicMintPrice(uint256 _newPublicMintPrice)
setSaleActive(bool _saleActive)
setSymbol(string _newSymbol)
setTxSigner(address _newTxSigner)
setWithdrawAddress(address _withdrawAddress)
setWlMintPrice(uint256 _newWlMintPrice)
setWlSaleActive(bool _wlSaleActive)
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()
ExceedsMaxSupply()
ExcessMintAmount()
ExcessTotalMint()
InsufficientFunds()
InsufficientFundsInContract()
InsufficientRole()
InvalidQueryRange()
InvalidSignature()
InvalidSupplyUpdate()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
PublicSaleInactive()
TransferCallerNotOwnerNorApproved()
TransferFailed()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WhitelistSaleInactive()