LGB Ordinals

Verified contract

Proxy

Active on Ethereum with 175 txns
Deployed by via 0x0e3851c7 at 16939699
Slot
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

No balances found for "LGB Ordinals"

0x030d66194ecd1ce20d4485637d697247c6eb60d63304b9abaa26778593f8f812
0x17d2021d7f3cc86b6e4bc3246924b8b445c2c82c6c1af83663d54c2e40f3b511
0xdf11d2c5e6dca76af7cd1f5d4ba6e697f00ebd041ac69feb962cf35cd4934bbd
0x2ed71c0892a083f097d61a79e571d57dfb0ebefbd3e029a95cf7ba75767cae32
0xa3dd34a12f7045a9e3039706e6d7404d5a4e1724c5ee6f19e9b216f2cd4468c0
0x0f0fac533068ce610662fc5e57b417fd70c6a2a4e2638d08c8fad0876a2e2bb3
0x6aa1860658088bfcfc35377bb55f7f549c7e70798744951dda401c80713a8760
0xea2037bce63a456128b16342c68086a49483a1d78c9b75bc9d9d4f520716c4bf
0x95572576a6e40d522a53ef54085d44416c8a01deb88c314069fe3fb3a883d800
0x06225ca2f3ff544ed39c502a0d4b8addbcec6703538dc0b4fedc460fba448b0b

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isController(addressview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
approve(address operatoruint256 tokenId
burn(uint256 _tokenId
initialize(string namestring symbol
mint(address _touint256 _tokenAmount
renounceOwnership(
revokeOperatorFilterRegistry(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
toggleController(address _controller
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
AlreadyRevoked(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OnlyOwner(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(