NFTXV1Buyout
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
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 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "NFTXV1Buyout"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "NFTXV1Buyout"
ABI
ABI objects
Getter at block 21221722
owner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
ethAvailiable(address) view returns (uint256)
isGuardian(address) view returns (bool)
isPaused(uint256) view returns (bool)
onlyOwnerIfPaused(uint256 lockId) view
State-modifying
Events __NFTXV1Buyout_init()
addBuyout(address v1TokenAddr) payable
claimETH(address v1TokenAddr)
clearBuyout(address v1TokenAddr)
emergencyWithdraw()
pause(uint256 lockId)
removeBuyout(address v1TokenAddr)
renounceOwnership()
setIsGuardian(address addr, bool _isGuardian)
transferOwnership(address newOwner)
unpause(uint256 lockId)
BuyoutComplete(address tokenAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetIsGuardian(address addr, bool isGuardian)
SetPaused(uint256 lockId, bool paused)
TokenBuyout(address tokenAddress, uint256 totalEth)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.