BT404MirrorOG
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
14
Slot
XX
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
Balances ($0.00)
No balances found for "BT404MirrorOG"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BT404MirrorOG"
ABI
ABI objects
Getter at block 21207754 baseERC20() view returns (address base) name() view returns (string result) symbol() view returns (string result) totalSupply() view returns (uint256 result)
baseERC721() view returns (address)
0x0000000000000000000000000000000000000001
owner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
Read-only
balanceOf(address nftOwner) view returns (uint256 result)
getApproved(uint256 id) view returns (address)
isApprovedForAll(address nftOwner, address operator) view returns (bool result)
lockedIds(address account, uint256 begin, uint256 end) view returns (uint256[])
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
ownedIds(address account, uint256 begin, uint256 end) view returns (uint256[])
ownerAt(uint256 id) view returns (address result)
ownerOf(uint256 id) view returns (address result)
supportsInterface(bytes4 interfaceId) view returns (bool result)
tokenURI(uint256 tokenId) view returns (string result)
State-modifying
Events acceptBid(struct BT404MirrorNFTOrder[] orders)
acceptOffer(struct BT404MirrorNFTOrder[] orders) payable
approve(address spender, uint256 id)
bidForBuy(struct BT404MirrorNFTOrder[] orders) payable
cancelBid(uint256[] ids)
cancelOffer(uint256[] ids)
exchange(uint256 idX, uint256 idY) returns (uint256 exchangeFee)
initialize(address _baseERC721, uint256 _startBaseId, uint256 _endBaseId) payable
offerForSale(struct BT404MirrorNFTOrder[] orders)
pullOwner()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 id)
unwrapBatch(uint256[] ids)
updateLockState(uint256[] ids, bool lock)
upgradeToAndCall(address newImplementation, bytes data) payable
wrapBatch(uint256[] ids)
wrapBatch(uint256[] ids, bool lock)
Approval(address indexed owner, address indexed account, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool isApproved)
Bid(uint256 indexed id, address indexed from, uint256 price, address bidToken)
Bought(uint256 indexed id, address indexed from, address indexed to, uint256 price, address token, address maker)
CancelBid(uint256 indexed id, address indexed from)
CancelOffer(uint256 indexed id, address indexed owner)
Exchange(uint256 indexed idX, uint256 indexed idY, uint256 exchangeFee)
Offer(uint256 indexed id, address indexed to, uint256 minPrice, address offerToken)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
UpdateLockState(address indexed owner, uint256 indexed id, bool lockStatus)
Upgraded(address indexed implementation)
constructor()
fallback()
receive()
AlreadyLinked()
CannotLink()
EmptyNFTIds()
InvalidIdInRange()
NotLinked()
Reentrancy()
SenderNotBase()
SenderNotDeployer()
TransferToNonERC721ReceiverImplementer()
Unauthorized()
UnauthorizedCallContext()
UpgradeFailed()