Token Care
Verified contract
Active on
Ethereum with 1,480 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Token Care"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8879360 | 5 years ago | | | 0 | 0.000037540000 | |
| 8745780 | 5 years ago | | | 0 | 0.000037540000 | |
| 8730100 | 5 years ago | | | 0 | 0.000018770000 | |
| 8660840 | 5 years ago | | | 0 | 0.0015391400 | |
| 8369333 | 5 years ago | | | 0 | 0.0021593880 | |
| 7790631 | 6 years ago | | | 0 | 0.00062052805 | |
| 7702876 | 6 years ago | | | 0 | 0.00016893000 | |
| 7556407 | 6 years ago | | | 0 | 0.00015016000 | |
| 7535609 | 6 years ago | | | 0 | 0.00021041600 | |
| 7469822 | 6 years ago | | | 0 | 0.00011262000 |
ABI
ABI objects
Getter at block 21294058
approvedUser() view returns (address)
0xe3baa70ba9f7947a43fb01d349bbbe666c2833a5
dateStart() view returns (uint64)
1511987870
decimals() view returns (uint8)
18
maxTokenToBuy() view returns (uint256)
10000000000000000000000000
maxTokensToMint() view returns (uint256)
13600000000000000000000000
mintingFinished() view returns (bool)
false
name() view returns (string)
Token Care
owner() view returns (address)
0xb0aa04eb1bf345bf0a279c54a91266a8f1e597f0
paused() view returns (bool)
false
rate() view returns (uint256)
13000
symbol() view returns (string)
CARE
totalSupply() view returns (uint256)
13600000000000000000000000
transferEnabled() view returns (bool)
true
wallet() view returns (address)
0xe3baa70ba9f7947a43fb01d349bbbe666c2833a5
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
buyTokens(address beneficiary) payable
changeRate(uint256 _rate) returns (bool)
changeWallet(address _newWallet) returns (bool)
enableTransfer() returns (bool)
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
pause()
setApprovedUser(address _user) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
Pause()
TokenPurchase(address indexed purchaser, address indexed beneficiary, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
This contract contains no constructor objects.
fallback()
This contract contains no error objects.