CryptoFightersAlliance
Verified contract
Active on
Ethereum with 1,783 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($1,639.68)
Native
Value
$1,639.68
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.48 | $3,416.01 |
$1,639.68 | |
CFA | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20427505 | 4 months ago | | | 0 | 0.00064078668 | |
| 20255897 | 5 months ago | | | 0 | 0.00020934010 | |
| 18983005 | 10 months ago | | | 0 | 0.00061815522 | |
| 18902436 | a year ago | | | 0 | 0.00058697633 | |
| 18858833 | a year ago | | | 0 | 0.00045050888 | |
| 18300046 | a year ago | | | 0 | 0.00021252382 | |
| 17794484 | a year ago | | | 0 | 0.00063311836 | |
| 17544480 | a year ago | | | 0 | 0.00072253195 | |
| 17443473 | a year ago | | | 0 | 0.00086742521 | |
| 16692317 | 2 years ago | | | 0 | 0.0025506717 |
ABI
ABI objects
Getter at block 21256465
cryptoFightersPotion() view returns (address)
0xfe02beb990f3a3a25420003da6daa23ab67708c7
cryptoFightersV1() view returns (address)
0x87d598064c736dd0c712d329afcfaa0ccc1921a1
getRefundGuaranteeEndTime() view returns (uint256)
1654868262
isRefundGuaranteeActive() view returns (bool)
false
locked() view returns (bool)
false
maxMintSupply() view returns (uint256)
8000
maxUserMintAmount() view returns (uint256)
50
merkleRoot() view returns (bytes32)
0x13c63af6570354d4d22e9a7564c845df43d1fc544c950c12de7b75b795c5b9f8
mintPrice() view returns (uint256)
80000000000000000
mintPriceWithPotion() view returns (uint256)
40000000000000000
mintedAmount() view returns (uint256)
2652
name() view returns (string)
CryptoFightersAlliance
owner() view returns (address)
0x7461a38744dab75be68450cea94d43528a155b86
presaleActive() view returns (bool)
true
publicSaleActive() view returns (bool)
true
refundAddress() view returns (address)
0x7461a38744dab75be68450cea94d43528a155b86
refundEndTime() view returns (uint256)
1654868262
symbol() view returns (string)
CFA
totalSupply() view returns (uint256)
2865
Read-only
balanceOf(address owner) view returns (uint256)
canBeRefunded(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getRefundPrice(uint256 tokenId) view returns (uint256)
hasRefunded(uint256) view returns (bool)
hasRevokedRefund(uint256) view returns (bool)
hasV1FighterBeenUpgraded(uint256) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isOwnerMint(uint256) view returns (bool)
numberMinted(address) view returns (uint256)
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)
v2ToV1Mapping(uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
lockMetadata()
mint(uint256 quantity) payable
mintPresale(uint256 quantity, bytes32[] proof) payable
ownerMint(address to, uint256 quantity)
refund(uint256[] tokenIds)
renounceOwnership()
resetTokenRoyalty(uint256 tokenId)
revokeRefund(uint256[] tokenIds)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setCryptoFightersPotionAddress(address _cryptoFightersPotion)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMaxUserMintAmount(uint256 _maxUserMintAmount)
setMerkleRoot(bytes32 _root)
setRefundAddress(address _refundAddress)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
togglePresaleStatus()
togglePublicSaleStatus()
toggleRefundCountdown()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
upgradeV1FightersWithPotion(uint256[] fighterIds) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Refund(address indexed _sender, uint256 indexed _tokenId, uint256 _amount)
SetBaseUri(string uri)
SetMerkleRoot(bytes32 root)
SetRefundAddress(address refundAddress)
TogglePresaleStatus(bool presaleStatus)
TogglePublicSaleStatus(bool publicSaleStatus)
ToggleRefundCountdown(uint256 refundEndTime)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdrawal(address to, uint256 amount)
constructor(address _cryptoFightersV1, address _cryptoFightersPotion)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()