FusionApe
Verified contract
Active on
Ethereum with 5,945 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 "FusionApe"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21262259 | 3 days ago | | | 0 | 0.00031938442 | |
| 21262199 | 3 days ago | | | 0 | 0.00038352267 | |
| 21227685 | 8 days ago | | | 0 | 0.00040817556 | |
| 21148678 | 19 days ago | | | 0 | 0.00054129080 | |
| 21039402 | a month ago | | | 0 | 0.00025949159 | |
| 20644141 | 3 months ago | | | 0 | 0.00013077593 | |
| 20638839 | 3 months ago | | | 0 | 0.000033825483 | |
| 20638379 | 3 months ago | | | 0 | 0.000060541919 | |
| 20617127 | 3 months ago | | | 0 | 0.000051065433 | |
| 20593790 | 3 months ago | | | 0 | 0.00013112666 |
ABI
ABI objects
Getter at block 21283630
MAX_MINT_PER_TRANSACTION() view returns (uint256)
10
MAX_PRESALE_SUPPLY() view returns (uint256)
420
MAX_RESERVED_SUPPLY() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
4200
MINT_PRICE() view returns (uint256)
100000000000000000
_isPresaleActive() view returns (bool)
false
_isSaleActive() view returns (bool)
false
name() view returns (string)
FusionApe
owner() view returns (address)
0x9be5a46b287ebf87d85b8b225888659e001c3ba4
symbol() view returns (string)
FAPE
totalSupply() view returns (uint256)
4201
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipPresaleState()
flipSaleState()
mintPresale(uint256 tokensCount) payable
mintPublicSale(uint256 tokensCount) payable
renounceOwnership()
reserve()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.