TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 11,039 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
Balances ($114,459.50)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 99.8981K | $0.99979 |
$99,877.12 | |
MCG | ERC-20 | 3.255004M | $0.003314 |
$10,785.98 | |
FMB | ERC-20 | 300K | $0.012655 |
$3,796.4 | |
BANA | ERC-20 | 750 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20223340 | 5 months ago | | | 0 | 0.00023783188 | |
| 20223329 | 5 months ago | | | 0 | 0.00023254940 | |
| 20196352 | 5 months ago | | | 0 | 0.00066601865 | |
| 20196351 | 5 months ago | | | 0 | 0.00067380639 | |
| 20196351 | 5 months ago | | | 0 | 0.00067368238 | |
| 20196350 | 5 months ago | | | 0 | 0.00067217732 | |
| 20196210 | 5 months ago | | | 0 | 0.00055618999 | |
| 20196176 | 5 months ago | | | 0 | 0.00083375914 | |
| 20195374 | 5 months ago | | | 0 | 0.00051586671 | |
| 20194913 | 5 months ago | | | 0 | 0.00059139861 |
ABI
ABI objects
Getter at block 21295116
idoAdmin() view returns (address)
0xcacc7e55d0a4b10daaed40b3db7bfe11d23b6f94
marketAddress() view returns (address)
0x9c96f4109c032eb4e2fc63b8a52854dc05981b53
owner() view returns (address)
0x6d9af122e838c6a4bd5e69ca64a038dbaa837fa3
Read-only
getRandomSeed(uint256 idoNumber) view returns (bytes32 seed)
signatures(bytes32) 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(uint256 idoNumber, uint256 idoBatchNumber, address userAddress, address idoTokenAddress, address baseTokenAddress, uint256 idoTokenAmount, uint256 baseTokenAmount, uint256 deadline, bytes idoTokenSignature)
initialize(address _idoAdmin, address _marketAddress)
renounceOwnership()
setIdoAdmin(address _idoAdmin)
setMarketAddress(address _marketAddress)
setRandomSeed(uint256 idoNumber, bytes32 seed)
transferOwnership(address newOwner)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RandomSeedUpdated(uint256 idoNumber, bytes32 seed)
Withdrawl(address indexed receiver, address indexed token, uint256 amount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.