Sensitrust Token
Verified contract
Active on
Ethereum with 787 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Sensitrust Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20510856 | 3 months ago | | | 0 | 0.000031472198 | |
| 20510855 | 3 months ago | | | 0 | 0.000032011017 | |
| 20482837 | 3 months ago | | | 0 | 0.00011991596 | |
| 20482771 | 3 months ago | | | 0 | 0.000080461355 | |
| 20397469 | 4 months ago | | | 0 | 0.00010858339 | |
| 20397452 | 4 months ago | | | 0 | 0.00010882652 | |
| 20396465 | 4 months ago | | | 0 | 0.000097270716 | |
| 20340715 | 4 months ago | | | 0 | 0.00032867042 | |
| 20271067 | 4 months ago | | | 0 | 0.00015931150 | |
| 20199011 | 5 months ago | | | 0 | 0.00012740763 |
ABI
ABI objects
Getter at block 21218854
decimals() view returns (uint8)
18
isTransferrable() view returns (bool)
true
name() view returns (string)
Sensitrust Token
symbol() view returns (string)
SETS
totalSupply() view returns (uint256)
95000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isReceiverAdmin(address account) view returns (bool)
isSenderAdmin(address account) view returns (bool)
isTransferAdmin(address account) view returns (bool)
State-modifying
Events addReceiverAdmin(address account)
addSenderAdmin(address account)
addTransferAdmin(address account)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTransfer()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceReceiverAdmin()
renounceSenderAdmin()
renounceTransferAdmin()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
ReceiverAdminAdded(address indexed account)
ReceiverAdminRemoved(address indexed account)
SenderAdminAdded(address indexed account)
SenderAdminRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
TransferAdminAdded(address indexed account)
TransferAdminRemoved(address indexed account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.