Okay Llama Yacht Club
Verified contract
Active on
Ethereum with 1,674 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 "Okay Llama Yacht Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18259349 | a year ago | | | 0 | 0.00017074433 | |
| 17964214 | a year ago | | | 0 | 0.0025417997 | |
| 16267630 | 2 years ago | | | 0 | 0.00031615285 | |
| 16217037 | 2 years ago | | | 0 | 0.00062569293 | |
| 15771513 | 2 years ago | | | 0 | 0.0010268238 | |
| 15719779 | 2 years ago | | | 0 | 0.0054785231 | |
| 15714057 | 2 years ago | | | 0 | 0.0028768975 | |
| 15536470 | 2 years ago | | | 0 | 0.00038571345 | |
| 15395592 | 2 years ago | | | 0 | 0.00043683217 | |
| 15265570 | 2 years ago | | | 0 | 0.0013073417 |
ABI
ABI objects
Getter at block 21384007
CURR_MINT_COST() view returns (uint256)
3000000000000000
MAX_TOKENS() view returns (uint256)
5555
baseURI() view returns (string)
http://api.okayllamayachtclub.com/lama/
getInformations() view returns (string, uint256, uint256, uint256, uint256, uint256, uint256, bool, bool)
(Public, 1841, 1653601124, 3000000000000000, 10, 100, 3714, true, false)
hasSaleStarted() view returns (bool)
true
name() view returns (string)
Okay Llama Yacht Club
owner() view returns (address)
0x17e2505cfa781e249ca4bf9535b9fb60f671179c
symbol() view returns (string)
OLYC
totalSupply() view returns (uint256)
3714
Read-only
balanceOf(address owner) view returns (uint256)
blacklist(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isBlacklisted(address _user) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events Giveaways(uint256 numTokens, address recipient)
approve(address to, uint256 tokenId)
blacklistAddresses(address[] users)
mintNFT(uint256 _mintAmount) payable
removeBlacklistAddresses(address[] users)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setNewRound(uint256 _supply, uint256 cost, string name, uint256 perTransactionLimit, uint256 perAddressLimit, uint256 theTime, bool saleState)
setSaleStarted(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount) payable
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()