TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 14 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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($4.05)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MOEW | ERC-20 | 9.018937K | $0.000449 |
$4.05 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18933670 | 2 months ago | | | 0 | 0.0000014024909 | |
| 18933133 | 2 months ago | | | 0 | 3.8517244e-7 | |
| 18632859 | 3 months ago | | | 0 | 5.9971683e-7 | |
| 18504850 | 3 months ago | | | 0 | 0.0000014497331 | |
| 18504532 | 3 months ago | | | 0 | 0.000000407096997170 | |
| 18503979 | 3 months ago | | | 0 | 0.0000010193719 | |
| 18503499 | 3 months ago | | | 0 | 0.0000013508629 | |
| 18503426 | 3 months ago | | | 0 | 3.9206234e-7 | |
| 18502592 | 3 months ago | | | 0 | 4.5672844e-7 | |
| 18500988 | 3 months ago | | | 0 | 4.5733696e-7 |
ABI
ABI objects
Getter at block 22103307
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
FINANCE_ROLE() view returns (bytes32)
0x940d6b1946ff1d2b5a9f1909219c3c81a370804b5ba0f91ec0828c99a2e6a681
MARKETER_ROLE() view returns (bytes32)
0x395f08be531c0d7403cba7c5ffd2b57329184452bcebcd6a48299ebbbf39db6f
PAUSER_ROLE() view returns (bytes32)
0x139c2898040ef16910dc9f44dc697df79363da767d8bc92f2e310312b816e46d
financeAddress() view returns (address)
0xc82612ba855d613eec5c3e42f81bf7133c025d43
idoAdmin() view returns (address)
0xdce5bcf873e10642a74136306fea01e42e7ccebf
paused() view returns (bool)
false
Read-only
getRandomSeed(uint256 idoNumber) view returns (bytes32 seed)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
nums(bytes32) view returns (uint256)
signatures(bytes32) view returns (bool)
supportsInterface(bytes4 interfaceId) 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
claim(struct Web3IDOUpgradeableOrderInfo orderInfo)
grantRole(bytes32 role, address account)
initialize(address _idoAdmin, address _financeRole, address _financeAddress)
redeem(struct Web3IDOUpgradeableOrderInfo orderInfo) payable
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setBreakFlag(bool flag)
setFinanceAddress(address _financeAddress)
setIdoAdmin(address _idoAdmin)
setRandomSeed(uint256 idoNumber, bytes32 seed)
withdraw(address _tokenAddress, uint256 _amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Claimed(address indexed receiver, uint256 tokenAmount, uint256 baseTokenAmount, uint256 idoNumber, uint256 idoBatchNumber)
Initialized(uint8 version)
Paused(address account)
RandomSeedUpdated(uint256 idoNumber, bytes32 seed)
Received(address arg0, uint256 arg1)
Redeemed(address indexed receiver, uint256 tokenAmount, uint256 baseTokenAmount, uint256 idoNumber, uint256 idoBatchNumber)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Unpaused(address account)
Withdraw(address indexed receiver, address indexed token, uint256 amount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.