TokenLaunchManager
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
11
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 ($0.00)
No balances found for "TokenLaunchManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "TokenLaunchManager"
ABI
ABI objects
Getter at block 21260609
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
SELLER_ROLE() view returns (bytes32)
0x43f25613eb2f15fb17222a5d424ca2655743e71265d98e4b93c05e5fb589ecde
contractManager() view returns (address)
0x0000000000000000000000000000000000000000
tokenLaunchIsCompleted() view returns (bool)
false
Read-only
approved(address) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
State-modifying
Events approveBatchOfTransfers(address[] walletAddress, uint256[] value)
approveTransfer(address walletAddress, uint256 value)
changeApprovalAddress(address oldAddress, address newAddress)
changeApprovalValue(address wallet, uint256 newValue)
completeTokenLaunch()
grantRole(bytes32 role, address account)
initialize(address contractManagerAddress)
renounceRole(bytes32 role, address account)
retrieve()
revokeRole(bytes32 role, address account)
tokensReceived(address operator, address from, address to, uint256 amount, bytes userData, bytes operatorData)
Approved(address holder, uint256 amount)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TokenLaunchIsCompleted(uint256 timestamp)
TokensRetrieved(address holder, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.