GivingToServices
Verified contract
Active on
Ethereum with 3,693 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($15.16)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BAT | ERC-20 | 74.90206 | $0.185933 |
$13.93 | |
SPC | ERC-20 | 48.75 | $0.025345 |
$1.24 | |
SVS | ERC-20 | 2M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19992724 | 5 months ago | | | 0 | 0.00023252823 | |
| 19658817 | 7 months ago | | | 0 | 0.00026795261 | |
| 19658472 | 7 months ago | | | 0 | 0.00047151205 | |
| 19657072 | 7 months ago | | | 0 | 0.00047806598 | |
| 19656980 | 7 months ago | | | 0 | 0.00040319174 | |
| 19656858 | 7 months ago | | | 0 | 0.00054328001 | |
| 19656808 | 7 months ago | | | 0 | 0.00060488492 | |
| 19646581 | 7 months ago | | | 0 | 0.00027110664 | |
| 19492360 | 8 months ago | | | 0 | 0.00093886425 | |
| 19282750 | 9 months ago | | | 0 | 0.0011334408 |
ABI
ABI objects
Getter at block 21163559
decimals() view returns (uint8)
18
name() view returns (string)
GivingToServices
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
SVS
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
transfer(address recipient, uint256 amount) returns (bool)
transferAnyERC20Token(address tokenAddress, uint256 tokens)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
receive()
This contract contains no error objects.