TrustSwap Token
Verified contract
Proxy
Active on
Ethereum with 196,547 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 43 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($4,430.05)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DGX | ERC-20 | 31.60349 | $87.11 |
$2,752.98 | |
USDT | ERC-20 | 1.547045K | $0.999166 |
$1,545.75 | |
BAL | ERC-20 | 32.793873 | $2.62 |
$85.92 | |
USDC | ERC-20 | 20 | $0.999088 |
$19.98 | |
RARI | ERC-20 | 8.01 | $1.93 |
$15.46 | |
DAI | ERC-20 | 9.890356 | $0.998826 |
$9.88 | |
INUINU | ERC-20 | 77.777777M | $0.00 |
$0.08 | |
CLOUT | ERC-20 | 1K | -- | -- | |
SWAP | ERC-20 | 18 | -- | -- | |
UTK | ERC-20 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269111 | an hour ago | | | 0 | 0.00036377681 | |
| 21269108 | an hour ago | | | 0 | 0.00035773618 | |
| 21269103 | an hour ago | | | 0 | 0.00036789723 | |
| 21268879 | 2 hours ago | | | 0 | 0.00057794188 | |
| 21268864 | 2 hours ago | | | 0 | 0.00042456370 | |
| 21268836 | 2 hours ago | | | 0 | 0.00050840199 | |
| 21268478 | 3 hours ago | | | 0 | 0.00050069576 | |
| 21268460 | 3 hours ago | | | 0 | 0.0010055009 | |
| 21268135 | 4 hours ago | | | 0 | 0.00051872814 | |
| 21268118 | 4 hours ago | | | 0 | 0.00048054254 |
ABI
ABI objects
Getter at block 21269406
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
_devWallet() view returns (address)
0x8958cf5a86c9ab9619162a7945d65650fcef7fb3
decimals() view returns (uint8)
18
getDevWallet() view returns (address)
0x8958cf5a86c9ab9619162a7945d65650fcef7fb3
name() view returns (string)
TrustSwap Token
paused() view returns (bool)
false
symbol() view returns (string)
SWAP
totalSupply() view returns (uint256)
99996042948584912909203724
version() pure returns (string)
v4
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isBlacklisted(address _account) view returns (bool)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
blacklist(address _account)
burn(uint256 amount)
burnBlacklistedTokens(address wallet, uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name, string symbol, uint8 decimals, uint256 totalSupply)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setDevWallet(address wallet)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unBlacklist(address _account)
unpause()
withdrawTokens(address tokenContract)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklisted(address indexed _account)
Paused(address account)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
UnBlacklisted(address indexed _account)
Unpaused(address account)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.