TokenManager
Verified contract
Active on
Ethereum with 3,557 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x65a1…d786
0x0ce6…14a1
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DCNT | ERC-20 | 8.775034M | -- | -- | |
DCNT | ERC-20 | 8.775K | -- | -- | |
JFOB | ERC-20 | 104.34491 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5804080 | 6 years ago | | | 0 | 0.000028368000 | |
| 5787124 | 6 years ago | | | 0 | 0.0012643580 | |
| 5747411 | 6 years ago | | | 0 | 0.0016894050 | |
| 5747407 | 6 years ago | | | 0 | 0.0016894050 | |
| 5747406 | 6 years ago | | | 0 | 0.0016894050 | |
| 5747404 | 6 years ago | | | 0 | 0.0016894050 | |
| 5747402 | 6 years ago | | | 0 | 0.0016830500 | |
| 5747394 | 6 years ago | | | 0 | 0.0016867810 | |
| 5747392 | 6 years ago | | | 0 | 0.0016867810 | |
| 5747390 | 6 years ago | | | 0 | 0.0016894050 |
ABI
ABI objects
Getter at block 21163784
alreadyRegisteredMessage() view returns (string)
user already registered
bonusStrategy() view returns (address)
0x65a1ebe2ad2edf944cb166c1045055fdfdc3d786
emissionTime() view returns (uint256)
1533081600
nullBonusMessage() view returns (string)
registration bonus = 0
owner() view returns (address)
0x8fa5c887757690c50944cebf1beeab182ff1ad8e
paused() view returns (bool)
true
token() view returns (address)
0x0ce6d5a093d4166237c7a9ff8e0553b0293214a1
tokensForBurn() view returns (uint256)
1000000000000000000
totalRegistrationBonusAmount() view returns (uint256)
253828000000000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events distributeRegistrationBonus(address _recepient) returns (bool)
distributeTokens(address _address, uint256 _totalEthBalance) returns (bool)
pause()
register(address _who) returns (bool)
sendTokensTo(address[] _users, uint256 _amount)
setEmissionTime(uint256 _time) returns (bool)
setTokenAddress(address _token) returns (bool)
substituteManagerContract(address _newManager)
transferOwnership(address newOwner)
unpause()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
TokensAlreadyDistributed(address user)
Unpause()
UserAlreadyRegistered(address user, string message)
constructor(address _bonusStrategy, uint256 _emissionTime)
fallback()
This contract contains no error objects.