Legendary Cobra Club
Verified contract
Active on
Ethereum with 367 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 "Legendary Cobra Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19781074 | 7 months ago | | | 0 | 0.00027399776 | |
| 19774225 | 7 months ago | | | 0 | 0.00061872716 | |
| 19211439 | 9 months ago | | | 0 | 0.00091021166 | |
| 18690940 | a year ago | | | 0 | 0.0015540657 | |
| 18343823 | a year ago | | | 0 | 0.00085163870 | |
| 17607678 | a year ago | | | 0 | 0.0010157909 | |
| 17466854 | a year ago | | | 0 | 0.00069028984 | |
| 17466842 | a year ago | | | 0 | 0.00061673581 | |
| 17205762 | 2 years ago | | | 0 | 0.0065882557 | |
| 17108169 | 2 years ago | | | 0 | 0.0017390660 |
ABI
ABI objects
Getter at block 21211901
BATCH() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
10000
MINT_PRICE() view returns (uint256)
60000000000000000
baseTokenURI() view returns (string)
https://bafybeify23ei2niyipt2bqnjwrsbnzys55q3vexwvcpqa2zmzm7mnrmwxu.ipfs.dweb.link/metadata/
getBalance() view returns (uint256)
0
name() view returns (string)
Legendary Cobra Club
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x7e691cf9e78379827676f3e6eb2dc8daf4cdbb57
percentageForTrading() view returns (uint256)
80
symbol() view returns (string)
LCC
timestampPublicSale() view returns (uint256)
1652529600
totalSupply() view returns (uint256)
3146
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)
verifyUserOG(address _whitelistedAddressOG) view returns (bool)
State-modifying
Events addWhitelistUserOG(address[] newWhitelistedUserOG)
approve(address to, uint256 tokenId)
mint(uint256 number) payable
mintFromOwner(uint256 number)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
setBatch(uint256 _batch)
setMintPrice(uint256 _mint_price)
setPercentageForTrading(uint256 _newPercentage)
setTimestampPublicSale(uint256 _timestampPublicSale)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney(address _to)
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.