PhunkyApeYachtClub
Verified contract
Active on
Ethereum with 9,100 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 "PhunkyApeYachtClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21210855 | 6 hours ago | | | 0 | 0.00038247630 | |
| 21209557 | 11 hours ago | | | 0 | 0.00060509190 | |
| 21209405 | 11 hours ago | | | 0 | 0.00067138636 | |
| 21166605 | 6 days ago | | | 0 | 0.0010379077 | |
| 21130490 | 11 days ago | | | 0 | 0.00036329285 | |
| 21103427 | 15 days ago | | | 0 | 0.00011905340 | |
| 21067087 | 20 days ago | | | 0 | 0.00036532645 | |
| 21016594 | a month ago | | | 0 | 0.00025548602 | |
| 20962359 | a month ago | | | 0 | 0.00034171236 | |
| 20910689 | a month ago | | | 0 | 0.00028307725 |
ABI
ABI objects
Getter at block 21212699
getTotalMinted() view returns (uint256)
9999
name() view returns (string)
PhunkyApeYachtClub
owner() view returns (address)
0x7ec1939150f1ca31800280ae89e31fef72b669de
partnerOne() view returns (address)
0x4c677d4fe4ec68a5f2c882cec8a4c836abca0832
partnerThree() view returns (address)
0x379c22629c3aee7c3958c396fd1bf5bbd20f2781
partnerTwo() view returns (address)
0x57b2b690be38dcfc83da0025355bb27a3858010e
staffOne() view returns (address)
0xe8ca36c7994463183f916d513a82c95c4117050f
staffTwo() view returns (address)
0x7ec1939150f1ca31800280ae89e31fef72b669de
symbol() view returns (string)
PAYC
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(address _to, uint256 amount)
mint(address _to, uint256 amount) payable
renounceOwnership()
reserve(address _to, uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setMintPrice(uint256 price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.