fpAzuki

Verified contract

Proxy

Active on Ethereum with 71 txns
Deployed by via 0x5b0633b1 at 20261112
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
 (#9986)
ERC-721
--
 (#9960)
ERC-721
--
 (#9950)
ERC-721
--
 (#9909)
ERC-721
--
 (#9908)
ERC-721
--
 (#9764)
ERC-721
--
 (#9745)
ERC-721
--
 (#9725)
ERC-721
--
 (#9707)
ERC-721
--
 (#9538)
ERC-721
--
0xbed1a14fbcca00af4a1d9fa1b228fa195530d0024db4568ac2c382203f114927
0x718b74e2a96614cc9c7dd95d97af5140f6273d4e623008de59a54e9a86f3e93f
0x203bf93ca96f067e84f7bdbd6ac5088f7a22ae5927c443aa53379dfd03fe6099
0x00d381095934d1a9b0625ccefda8c79c6160608cfbe6784d9b12bfb545c143a4
0xf53ba280e012d1dcbb64658c89ecb56b3bef550c9f94c4ee93d44f60b96b851e
0x7875b58ac8f4525da22dc8f95b7ed45b0da65153ce7380ac2357d6170e4e0bd1
0x4bd6adf893258eb23c81735ade5d4948d20b8ca76c63daec9865e23b93acb8d9
0xe22dc5cd8c8a8ef58777e3608e806730c38eea50fe30a8b03135826ed2886b5f
0x3e96591d23dd93a38eaffba43cf0d13c10d2e1c0860ea1e8f3d8bf63ef2d4560
0x8d5777119f2bc39e487fc00af6a6e2a0f09b345953629464c750ecced939a424

Functions
Getter at block 21378891
baseERC20(view returns (address base)
0x0000000036ecd4ae76a4e89a1705d4f2c7ce46be
baseERC721(view returns (address)
0xed5af388653567af2f388e6224dc7c4b3241c544
name(view returns (string result)
fpAzuki
owner(view returns (address)
0x43800c438f5d639c8b865396cb83a4efa220091b
 
proxiableUUID(view returns (bytes32)
symbol(view returns (string result)
fpAZUKI
totalSupply(view returns (uint256 result)
70
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(