LGB Ordinals
Verified contract
Proxy
Active on
Ethereum with 175 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "LGB Ordinals"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21206353 | 7 days ago | | | 0 | 0.00069358545 | |
| 21206293 | 7 days ago | | | 0 | 0.00069098209 | |
| 20702767 | 3 months ago | | | 0 | 0.000095348511 | |
| 20475415 | 4 months ago | | | 0 | 0.00015896807 | |
| 19976695 | 6 months ago | | | 0 | 0.0012067610 | |
| 19289210 | 9 months ago | | | 0 | 0.0021891835 | |
| 18921736 | a year ago | | | 0 | 0.0017670314 | |
| 18647038 | a year ago | | | 0 | 0.0013436582 | |
| 18604517 | a year ago | | | 0 | 0.0011244419 | |
| 18349743 | a year ago | | | 0 | 0.00038136497 |
ABI
ABI objects
Getter at block 21259580
baseURI() view returns (string)
https://lgb-ordinal-metadata.s3.amazonaws.com/
getTotalSupply() view returns (uint256)
1212
isOperatorFilterRegistryRevoked() view returns (bool)
false
name() view returns (string)
LGB Ordinals
owner() view returns (address)
0x31031ab8819b28c64ca059549d903fd23b67b5b1
symbol() view returns (string)
LGBO
totalSupply() view returns (uint256)
1212
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isController(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address operator, uint256 tokenId)
burn(uint256 _tokenId)
initialize(string name, string symbol)
mint(address _to, uint256 _tokenAmount)
renounceOwnership()
revokeOperatorFilterRegistry()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
toggleController(address _controller)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
AlreadyRevoked()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OnlyOwner()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()