fpLilPudgys

Unverified contract

Proxy

Active on Ethereum with 60 txns
Deployed by via 0x8dafe224 at 20261114
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 2 additional slots
 (#21670)
ERC-721
--
 (#21597)
ERC-721
--
 (#21495)
ERC-721
--
 (#21402)
ERC-721
--
 (#21266)
ERC-721
--
 (#21096)
ERC-721
--
 (#20981)
ERC-721
--
 (#20947)
ERC-721
--
 (#20787)
ERC-721
--
 (#20621)
ERC-721
--
0x1a4115c24feba6a1a38215b367796fed949db863ab49ae1ed5a7642fd9be4ea7
0xf0f8d44864afd600c115adaaeb6e4a525dd4c1d9c7f3d1e99aa859964e9a60cd
0x9dbae59dfeacaf09fd21ae4363a01524b112540ed0fcad3c56f9445fdd255c50
0xf75ba3b94081aec9b16e0ece44205eb97ffda734d8c6e96f509be02d9b3b50f1
0xeab8fa3e45d4b203051ecda0a68cfbc9913bd9837598528c2a017c0ff8f46ac6
0x144f012b3f89563cc9fe14f250e52eb7bb85b6763478dc8c93e5e3e1f35cc316
0x4bbf2484f8dab42c871e3d0e8289c519a0c6bcb88a0f972eaa8be0aee4527723
0x40d60f93d52ffe4ea45c598e832dce39d8422da0784cac33b7a9811596c0aef8
0x74594125f2ba2731c345b638656b6e7bfb54da31a87c93ca00c51df37ba73169
0xc181c4dcf3748ffdaddcc67863202ce112701c7dd07eeba40dc82e754cc486aa

Functions
Getter at block 21207754
baseERC20(view returns (address base)
0x00000000e6f46442b287ed48e4db9d5c7c652dae
baseERC721(view returns (address)
0x524cab2ec69124574082676e6f654a18df49a048
name(view returns (string result)
fpLilPudgys
owner(view returns (address)
0x43800c438f5d639c8b865396cb83a4efa220091b
 
proxiableUUID(view returns (bytes32)
symbol(view returns (string result)
fpLP
totalSupply(view returns (uint256 result)
47
Read-only
balanceOf(address nftOwnerview returns (uint256 result)
getApproved(uint256 idview returns (address)
isApprovedForAll(address nftOwneraddress operatorview returns (bool result)
lockedIds(address accountuint256 beginuint256 endview returns (uint256[])
onERC721Received(addressaddressuint256bytespure returns (bytes4)
ownedIds(address accountuint256 beginuint256 endview returns (uint256[])
ownerAt(uint256 idview returns (address result)
ownerOf(uint256 idview returns (address result)
supportsInterface(bytes4 interfaceIdview returns (bool result)
tokenURI(uint256 tokenIdview returns (string result)
State-modifying
acceptBid(struct BT404MirrorNFTOrder[] orders
acceptOffer(struct BT404MirrorNFTOrder[] orderspayable 
approve(address spenderuint256 id
bidForBuy(struct BT404MirrorNFTOrder[] orderspayable 
cancelBid(uint256[] ids
cancelOffer(uint256[] ids
exchange(uint256 idXuint256 idYreturns (uint256 exchangeFee)
initialize(address _baseERC721uint256 _startBaseIduint256 _endBaseIdpayable 
offerForSale(struct BT404MirrorNFTOrder[] orders
pullOwner(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 id
unwrapBatch(uint256[] ids
updateLockState(uint256[] idsbool lock
upgradeToAndCall(address newImplementationbytes datapayable 
wrapBatch(uint256[] ids
wrapBatch(uint256[] idsbool lock
Events
Approval(address indexed owneraddress indexed accountuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool isApproved
Bid(uint256 indexed idaddress indexed fromuint256 priceaddress bidToken
Bought(uint256 indexed idaddress indexed fromaddress indexed touint256 priceaddress tokenaddress maker
CancelBid(uint256 indexed idaddress indexed from
CancelOffer(uint256 indexed idaddress indexed owner
Exchange(uint256 indexed idXuint256 indexed idYuint256 exchangeFee
Offer(uint256 indexed idaddress indexed touint256 minPriceaddress offerToken
OwnershipTransferred(address indexed oldOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
UpdateLockState(address indexed owneruint256 indexed idbool lockStatus
Upgraded(address indexed implementation
Constructor

This contract contains no constructor objects.

Fallback and receive
fallback(
receive(
Errors
AlreadyLinked(
CannotLink(
EmptyNFTIds(
InvalidIdInRange(
NotLinked(
Reentrancy(
SenderNotBase(
SenderNotDeployer(
TransferToNonERC721ReceiverImplementer(
Unauthorized(
UnauthorizedCallContext(
UpgradeFailed(