FameLadySquad
Verified contract
Active on
Ethereum with 16,435 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "FameLadySquad"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21248515 | a day ago | | | 0 | 0.00027691701 | |
| 21246565 | a day ago | | | 0 | 0.00064811304 | |
| 21233937 | 3 days ago | | | 0 | 0.00068616820 | |
| 21231522 | 4 days ago | | | 0 | 0.00092406488 | |
| 21218497 | 5 days ago | | | 0 | 0.00047226941 | |
| 21175105 | 11 days ago | | | 0 | 0.0010128486 | |
| 21169658 | 12 days ago | | | 0 | 0.00097389911 | |
| 21147437 | 15 days ago | | | 0 | 0.00038610903 | |
| 21146904 | 15 days ago | | | 0 | 0.00022432251 | |
| 21104484 | 21 days ago | | | 0 | 0.00015070167 |
ABI
ABI objects
Getter at block 21256680
MAX_LADY_SUPPLY() view returns (uint256)
8888
SALE_START_TIMESTAMP() view returns (uint256)
1622556649
baseURI() view returns (string)
ipfs://QmTngWTnURuyiz1gtoY33FKghCiU2uQusXpnUc36QJNKsY/
name() view returns (string)
FameLadySquad
owner() view returns (address)
0x7df89aa9e9665335b474b79a1640bcdabfb037af
symbol() view returns (string)
FLS
totalSupply() view returns (uint256)
8888
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNFTPrice(uint256 amount) view returns (uint256)
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)
State-modifying
Events approve(address to, uint256 tokenId)
changeBaseURI(string baseURI)
mintLady(uint256 numberOfLadies) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount)
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, string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.