TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 52,898 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
Balances ($1,125.91)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRO | ERC-20 | 6.140168K | $0.176008 |
$1,080.72 | |
WBNB | ERC-20 | 0.069394 | $651.18 |
$45.19 | |
MANDOX | ERC-20 | 815.778817M | -- | -- | |
VPAD | ERC-20 | 54.331753K | -- | -- | |
GZONE | ERC-20 | 20K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20149614 | 5 months ago | | | 0 | 0.000072691200 | |
| 18735735 | a year ago | | | 0 | 0.0025657274 | |
| 18735735 | a year ago | | | 0 | 0.0025649653 | |
| 18735734 | a year ago | | | 0 | 0.0026177999 | |
| 18735733 | a year ago | | | 0 | 0.0026628339 | |
| 18735733 | a year ago | | | 0 | 0.0026620429 | |
| 18735733 | a year ago | | | 0 | 0.0026628339 | |
| 18735733 | a year ago | | | 0 | 0.0026628339 | |
| 18735732 | a year ago | | | 0 | 0.0027419085 | |
| 18638377 | a year ago | | | 0 | 0.00088203096 |
ABI
ABI objects
Getter at block 21283470
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR_ROLE() view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
backendAddress() view returns (address)
0x0962a46fd21ebf255aecef864d59369dd531607e
buyAndClaimTicketsPeriod() view returns (bool)
true
buyPeriod() view returns (bool)
false
claimingPeriod() view returns (bool)
false
launchedTokenAddress() view returns (address)
0x51fe2e572e97bfeb1d719809d743ec2675924edc
launchedTokenAmount() view returns (uint256)
30000000000000000000000000
launchpadId() view returns (uint256)
1
recoverFundsPeriod() view returns (bool)
false
ticketCost() view returns (uint256)
0
ticketPaymentTokenAddress() view returns (address)
0x51fe2e572e97bfeb1d719809d743ec2675924edc
ticketToLaunchedTokenRatio() view returns (uint256)
1000000000000000000
totalTickets() view returns (uint256)
35919
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
ticketsBoughtPerAddress(address) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
__AccessLevel_init(address owner)
addRewardToken(uint256 amount_)
buyAndClaimTickets(struct LaunchpadStakingInfo info_, bytes sig_)
buyTickets(uint256 tickets_, struct LaunchpadStakingInfo info_, bytes sig_)
claimFunds(address teamAddress_)
claimFundsBack()
claimRemainingTokens(address teamAddress_)
claimTokens()
grantRole(bytes32 role, address account)
initialize(address owner, uint256 launchpadId_, uint256 totalTickets_, uint256 ticketCost_, address ticketPaymentTokenAddress_, address launchedTokenAddress_, uint256 ticketToLaunchedTokenRatio_, address backendAddress_)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setBackendAddress(address backendAddress_)
startBuyAndClaimTicketsPeriod(bool buyAndClaimTicketsPeriod_)
startBuyPeriod(bool buyPeriod_)
startClaimingPeriod(bool claimingPeriod_)
startRecoverFundsPeriod(bool recoverFundsPeriod_)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
BuyTickets(uint256 amount, address staker)
ClaimedTokend(uint256 amount, address claimer)
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)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.