World of LGBT
Verified contract
Active on
Ethereum with 2,441 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 "World of LGBT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20351605 | 4 months ago | | | 0 | 0.000064741504 | |
| 19482498 | 8 months ago | | | 0 | 0.0019019740 | |
| 18806445 | a year ago | | | 0 | 0.0012474953 | |
| 18806445 | a year ago | | | 0 | 0.0012474953 | |
| 18806445 | a year ago | | | 0 | 0.0012474953 | |
| 18498042 | a year ago | | | 0 | 0.00042657618 | |
| 18498041 | a year ago | | | 0 | 0.00044639955 | |
| 18309834 | a year ago | | | 0 | 0.00026639482 | |
| 17953785 | a year ago | | | 0 | 0.00030876117 | |
| 17515908 | a year ago | | | 0 | 0.0011396181 |
ABI
ABI objects
Getter at block 21224470
FREE_MINT_MAX_PER_ADDR() view returns (uint256)
5
FREE_MINT_TOKENS() view returns (uint256)
0
LAUNCH_DATE() view returns (uint256)
1644670800
MINT_PRICE() view returns (uint256)
0
PAID_MINT_TOKENS() view returns (uint256)
9500
PUBLICT_MINT_TOKENS() view returns (uint256)
9500
RESERVED_TOKENS() view returns (uint256)
500
TOTAL_MINT_MAX_PER_ADDR() view returns (uint256)
20
TOTAL_TOKENS() view returns (uint256)
10000
name() view returns (string)
World of LGBT
owner() view returns (address)
0xbf2c93b669dc3ae33636445707afe17ce836effa
paused() view returns (bool)
false
public_minted() view returns (uint256)
9500
reserved_minted() view returns (uint256)
500
symbol() view returns (string)
WLGBT
totalSupply() view returns (uint256)
10000
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)
publicMint(uint256 number) payable
renounceOwnership()
reservedMint(address[] receivers)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string base_uri)
setFreeMintMaxPerAddr(uint256 number)
setLaunchDate(uint256 timestamp)
setMintPrice(uint256 price)
setPaused(bool paused)
setTotalMintMaxPerAddr(uint256 number)
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(uint256 total_tokens, uint256 free_mint_tokens, uint256 reserved_tokens, string base_uri, uint256 launch_date)
This contract contains no fallback and receive objects.
This contract contains no error objects.