Super Algorithmic Token
Verified contract
Active on
Ethereum with 648 txns
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 49 additional slots
Balances ($0.00)
No balances found for "Super Algorithmic Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16991959 | 2 years ago | | | 0 | 0.0021358589 | |
| 16858613 | 2 years ago | | | 0 | 0.00055536310 | |
| 16710784 | 2 years ago | | | 0 | 0.0010332369 | |
| 16699633 | 2 years ago | | | 0 | 0.0022496064 | |
| 16636011 | 2 years ago | | | 0 | 0.0024303878 | |
| 16562856 | 2 years ago | | | 0 | 0.0018905026 | |
| 16517580 | 2 years ago | | | 0 | 0.0010093505 | |
| 16503274 | 2 years ago | | | 0 | 0.00079737368 | |
| 16428020 | 2 years ago | | | 0 | 0.0016600505 | |
| 16420787 | 2 years ago | | | 0 | 0.0021669262 |
ABI
ABI objects
Getter at block 21249960
SATOPolicy() view returns (address)
0x0077f70f831d615aea6f2dbdd8cda32d5d7178c5
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Super Algorithmic Token
owner() view returns (address)
0xa796e8b635f1054d057b74f516d444bec682175b
rebasePaused() view returns (bool)
false
symbol() view returns (string)
SATO
tokenPaused() view returns (bool)
false
totalSupply() view returns (uint256)
30114685192389794978768
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address owner_)
rebase(uint256 epoch, int256 supplyDelta) returns (uint256)
renounceOwnership()
setRebasePaused(bool paused)
setSATOPolicy(address SATOPolicy_)
setTokenPaused(bool paused)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
LogRebase(uint256 indexed epoch, uint256 totalSupply)
LogRebasePaused(bool paused)
LogSATOPolicyUpdated(address SATOPolicy)
LogTokenPaused(bool paused)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.