PrivateTokenSale
Verified contract
Active on
Ethereum with 9,161 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($14,665,431.09)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SWGT | ERC-20 | 106.512823M | $0.137687 |
$14,665,431.09 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21282699 | 6 hours ago | | | 0 | 0.0019512079 | |
| 21278371 | 21 hours ago | | | 0 | 0.00081926816 | |
| 21273680 | 2 days ago | | | 0 | 0.0010964542 | |
| 21273597 | 2 days ago | | | 0 | 0.0014276421 | |
| 21273501 | 2 days ago | | | 0 | 0.0013102837 | |
| 21268529 | 2 days ago | | | 0 | 0.00087048746 | |
| 21261614 | 3 days ago | | | 0 | 0.00066651600 | |
| 21261345 | 3 days ago | | | 0 | 0.00068578396 | |
| 21259626 | 3 days ago | | | 0 | 0.00093397583 | |
| 21255007 | 4 days ago | | | 0 | 0.00093638371 |
ABI
ABI objects
Getter at block 21284575
CONTROLLER_ROLE() view returns (bytes32)
0x7b765e0e932d348852a6f810bfa1ab891e259123f02db8cdcde614c570223357
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
scheduleStartTimestamp() view returns (uint256)
1718898275
token() view returns (address)
0xc8bf8bc34874e07f6a0d4abc8be22ba9e372631b
totalBalance() view returns (uint256)
3014361602573831
Read-only
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
unlockedOf(address account) view returns (uint256)
State-modifying
Events addBalance(address to, uint256 amount)
grantRole(bytes32 role, address account)
launchSale()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
withdraw(address to, uint256 amount) returns (bool)
Deposit(address sender, address indexed to, uint256 amount)
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 token)
This contract contains no fallback and receive objects.
This contract contains no error objects.