10Set Token
Verified contract
Active on
Ethereum with 77,657 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($95.11)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GLQ | ERC-20 | 1.197574K | $0.077211 |
$92.47 | |
UFO | ERC-20 | 3.38356M | $0.000001 |
$2.64 | |
10SET | ERC-20 | 14.866767K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21228650 | 2 days ago | | | 0 | 0.00020617269 | |
| 21226838 | 2 days ago | | | 0 | 0.00094684718 | |
| 21221116 | 3 days ago | | | 0 | 0.00097182071 | |
| 21216182 | 4 days ago | | | 0 | 0.0011669635 | |
| 21210273 | 5 days ago | | | 0 | 0.00047803936 | |
| 21207113 | 5 days ago | | | 0 | 0.0010500746 | |
| 21207094 | 5 days ago | | | 0 | 0.0010719876 | |
| 21205119 | 5 days ago | | | 0 | 0.0012595470 | |
| 21200743 | 6 days ago | | | 0 | 0.00042443527 | |
| 21200731 | 6 days ago | | | 0 | 0.00070655263 |
ABI
ABI objects
Getter at block 21244538
decimals() view returns (uint8)
18
name() view returns (string)
10Set Token
owner() view returns (address)
0x896de66120c0c27c2659f75ff1d34e250da78e67
symbol() view returns (string)
10SET
totalFees() view returns (uint256)
9750285510367088324028874
totalSupply() view returns (uint256)
193833221123695926508319844
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
reflect(uint256 tAmount)
renounceOwnership()
retrieveTokens(address to, address anotherToken)
retriveETH(address to)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address[] addresses, uint256[] amounts)
This contract contains no fallback and receive objects.
This contract contains no error objects.