Fraternity Apes
Verified contract
Active on
Ethereum with 759 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($661.51)
Native
Value
$661.51
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.21 | $3,150.04 |
$661.51 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21020225 | 23 days ago | | | 0 | 0.00050741964 | |
| 20696991 | 2 months ago | | | 0 | 0.000074960203 | |
| 20397337 | 4 months ago | | | 0 | 0.00010662904 | |
| 20030040 | 5 months ago | | | 0 | 0.00044983224 | |
| 20030040 | 5 months ago | | | 0 | 0.00044959824 | |
| 19071448 | 10 months ago | | | 0 | 0.00039668633 | |
| 19069853 | 10 months ago | | | 0 | 0.0011820358 | |
| 18026730 | a year ago | | | 0 | 0.0012923732 | |
| 17677278 | a year ago | | | 0 | 0.00090007713 | |
| 16984350 | 2 years ago | | | 0 | 0.0018291588 |
ABI
ABI objects
Getter at block 21181465
MAX_ELEMENTS() view returns (uint256)
3333
MAX_MINT() view returns (uint256)
10
PRICE() view returns (uint256)
90000000000000000
WL_ELEMENTS() view returns (uint256)
3000
WL_PRICE() view returns (uint256)
70000000000000000
baseTokenURI() view returns (string)
https://api.fraternityapes.io/ape/
creatorAddress() view returns (address)
0x6b0a6bd88b915788f7a5baac86aa83ac0e8a1458
marketingAddress() view returns (address)
0x99ea14829ad4879161511d0bfdb23d106c33996e
name() view returns (string)
Fraternity Apes
owner() view returns (address)
0xa066ef7580912b1837c391d5ad60c5802841ce21
paused() view returns (bool)
false
publicSaleOpen() view returns (bool)
false
symbol() view returns (string)
FRAT
totalSupply() view returns (uint256)
780
whitelistMerkleRoot() view returns (bytes32)
0xa47c4b339d365c3a8123170134f2a34734552510b01f1cd0a963195487a31b71
Read-only
balanceOf(address owner) view returns (uint256)
canMintAmount(uint256 _count) view returns (bool)
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)
tokenURI(uint256 tokenId) view returns (string)
verifySender(bytes32[] proof) view returns (bool)
whitelistClaimed(address) view returns (uint256)
State-modifying
Events apeMint(uint256 _count) payable
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
pause(bool val)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPublicSale(bool val)
setWhitelistMerkleRoot(bytes32 merkleRoot)
teamClaim(uint256 _count)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _count, bytes32[] proof) payable
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CreateApe(uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.