SECApeYachtClub
Verified contract
Active on
Ethereum with 6,809 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 "SECApeYachtClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21095878 | 18 days ago | | | 0 | 0.00013326236 | |
| 20078836 | 5 months ago | | | 0 | 0.00061621310 | |
| 19053711 | 10 months ago | | | 0 | 0.00044339602 | |
| 18910425 | a year ago | | | 0 | 0.00048055552 | |
| 18892699 | a year ago | | | 0 | 0.0012282388 | |
| 18658609 | a year ago | | | 0 | 0.00075392755 | |
| 18602395 | a year ago | | | 0 | 0.0010424160 | |
| 18399118 | a year ago | | | 0 | 0.00038391034 | |
| 17515915 | a year ago | | | 0 | 0.0013014562 | |
| 17008553 | 2 years ago | | | 0 | 0.00049403935 |
ABI
ABI objects
Getter at block 21225280
baseURI() view returns (string)
ipfs://QmYqzsd851ujmka3H31YihQZcGCuutKbA2xrb5Xzc8TZqw/
cost() view returns (uint256)
2000000000000000
lead() view returns (address)
0x712184f50984c97f4e9c1fbbaadb2ed3ab21621c
maxPerTxFree() view returns (uint256)
1
maxPerTxPublic() view returns (uint256)
3
maxPerWalletFree() view returns (uint256)
1
maxPerWalletPublic() view returns (uint256)
9
maxSupply() view returns (uint256)
10000
name() view returns (string)
SEC Ape Yacht Club
owner() view returns (address)
0x712184f50984c97f4e9c1fbbaadb2ed3ab21621c
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
publicPaused() view returns (bool)
false
secApeYachtClubV1() view returns (address)
0x712184f50984c97f4e9c1fbbaadb2ed3ab21621c
symbol() view returns (string)
SECA
totalSupply() view returns (uint256)
10000
Read-only
addressMintedBalance(address) view returns (uint256)
addressMintedBalanceFree(address) view returns (uint256)
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(uint256 _quantitty)
publicMint(uint256 _quantity) payable
renounceOwnership()
reserveTokens(uint256 _quanitity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setProxyRegistryAddress(address _proxyRegistryAddress)
setSECApeYachtClubV1Address(address _secApeYachtClubV1)
togglePublic(bool _state)
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(string _baseURI, address _lead, address _secApeYachtClubV1)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()