GivingToServices
Verified contract
Active on
Ethereum with 4,953 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.16)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TRXC | ERC-20 | 950K | $0.00 |
$0.16 | |
SVCS | ERC-20 | 6.000466K | -- | -- | |
SVS | ERC-20 | 4.500466K | -- | -- | |
ERC20 | ERC-20 | 1.98 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18191872 | a year ago | | | 0 | 0.00035009215 | |
| 18191727 | a year ago | | | 0 | 0.00078497919 | |
| 18190570 | a year ago | | | 0 | 0.00034267163 | |
| 17885854 | a year ago | | | 0 | 0.0019933942 | |
| 17883671 | a year ago | | | 0 | 0.00079900944 | |
| 17833192 | a year ago | | | 0 | 0.00065317683 | |
| 17720147 | a year ago | | | 0 | 0.0020024199 | |
| 17712645 | a year ago | | | 0 | 0.00092730268 | |
| 17588218 | a year ago | | | 0 | 0.0012645954 | |
| 17587445 | a year ago | | | 0 | 0.0015111920 |
ABI
ABI objects
Getter at block 21216043
CONTINUE_MINTING() view returns (bool)
false
PAUSED() view returns (bool)
false
TARGET_USER() view returns (address)
0x02dff622c814247e4ea4f16184d1ece6f1021671
TOKEN_DECIMALS() view returns (uint256)
18
TOKEN_DECIMALS_UINT8() view returns (uint8)
18
TOKEN_DECIMAL_MULTIPLIER() view returns (uint256)
1000000000000000000
TOKEN_NAME() view returns (string)
GivingToServices
TOKEN_SYMBOL() view returns (string)
SVCS
decimals() pure returns (uint8 _decimals)
18
initialized() view returns (bool)
true
mintingFinished() view returns (bool)
true
name() pure returns (string _name)
GivingToServices
owner() view returns (address)
0x02dff622c814247e4ea4f16184d1ece6f1021671
paused() view returns (bool)
false
symbol() pure returns (string _symbol)
SVCS
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
actualBalanceOf(address _owner) view returns (uint256 balance)
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
freezingBalanceOf(address _owner) view returns (uint256 balance)
freezingCount(address _addr) view returns (uint256 count)
getFreezing(address _addr, uint256 _index) view returns (uint64 _release, uint256 _balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
freezeTo(address _to, uint256 _amount, uint64 _until)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
mintAndFreeze(address _to, uint256 _amount, uint64 _until) returns (bool)
pause()
releaseAll() returns (uint256 tokens)
releaseOnce()
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool _success)
transferFrom(address _from, address _to, uint256 _value) returns (bool _success)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Freezed(address indexed to, uint64 release, uint256 amount)
Initialized()
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Released(address indexed owner, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.