TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 2 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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
0x69bc…3e87
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LIBS | ERC-20 | 200K | -- | -- | |
BES | ERC-20 | 100K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18026602 | a year ago | | | 0 | 0.0067817550 | |
| 18025491 | a year ago | | | 0 | 0.00087574298 |
ABI
ABI objects
Getter at block 21301271
nftEntryAddress() view returns (address)
0x69bcb93d13d1063335269e8602b009485abd3e87
owner() view returns (address)
0x26ba5ae33983ebed0ac47c5730c7554b9ef9a1a5
totalUserMintedByERC20() view returns (uint256)
1
Read-only
operators(address) view returns (bool)
whitelistERC20(address) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addOperator(address operator)
initialize()
initialize(address _nftEntryAddress)
removeOperator(address operator)
renounceOwnership()
setNFTEntryAddress(address _nftEntryAddress)
setWhitelistAddress(address _address, bool approved)
transferOwnership(address newOwner)
userMintByERC20(address tokenAddress, uint256 amountToken, uint256 amountNftMint, uint256 nonce, uint256 timestamp, uint256 orderId, bytes signature)
withdrawERC20Token(address token, uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UserMintByERC20(address caller, address tokenAddress, uint256 amountToken, uint256 amountNftMint, uint256 orderId, uint256[] tokenId)
WithdrawERC20Token(address caller, address tokenAddress, uint256 amount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.