Lobby3 Membership Token
Verified contract
Active on
Ethereum with 1,213 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($375.95)
Native
Value
$375.95
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.105 | $3,580.46 |
$375.95 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21014336 | a month ago | | | 0 | 0.00055063446 | |
| 20785979 | 2 months ago | | | 0 | 0.0010339452 | |
| 20538384 | 3 months ago | | | 0 | 0.000096993664 | |
| 20401659 | 4 months ago | | | 0 | 0.000097646984 | |
| 20269830 | 5 months ago | | | 0 | 0.00067842610 | |
| 20048271 | 6 months ago | | | 0 | 0.00078272268 | |
| 19807160 | 7 months ago | | | 0 | 0.00042637702 | |
| 19470369 | 8 months ago | | | 0 | 0.0018999009 | |
| 19421672 | 9 months ago | | | 0 | 0.0028284097 | |
| 19206915 | 10 months ago | | | 0 | 0.0010910711 |
ABI
ABI objects
Getter at block 21288133
DIAMOND_ETH_MINT_PRICE() view returns (uint256)
40000000000000000000
GOLD_ETH_MINT_PRICE() view returns (uint256)
1000000000000000000
STANDARD_ETH_MINT_PRICE() view returns (uint256)
70000000000000000
name() view returns (string)
Lobby3 Membership Token
owner() view returns (address)
0x2945e306b9d4f4e4f19ebb7b857a96866e9d8570
symbol() view returns (string)
L3
totalReleased() view returns (uint256)
242455000000000000000
totalShares() view returns (uint256)
200
totalSupply() view returns (uint256)
1419
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)
payee(uint256 index) view returns (address)
releasable(address account) view returns (uint256)
released(address account) view returns (uint256)
shares(address account) view returns (uint256)
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)
mintDiamondETH(address to)
mintGoldETH(address to, uint256 numTokens) payable
mintGoldETHBackup(address to, uint256 numTokens)
mintStandardETH(address to, uint256 numTokens) payable
mintStandardETHBackup(address to, uint256 numTokens)
release(address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setPayees(address[] payees, uint256[] shares_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
turnOffSaleState()
turnOnSaleState()
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)
PayeeAdded(address account, uint256 shares)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI, uint256 goldMaxSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.