Satori Labs
Verified contract
Active on
Ethereum with 99 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Satori Labs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20793950 | 3 months ago | | | 0 | 0.00065819309 | |
| 20376779 | 5 months ago | | | 0 | 0.00027032028 | |
| 20376583 | 5 months ago | | | 0 | 0.00014431159 | |
| 20375821 | 5 months ago | | | 0 | 0.00010378605 | |
| 20375291 | 5 months ago | | | 0 | 0.00019750681 | |
| 20375269 | 5 months ago | | | 0 | 0.000093664274 | |
| 20375258 | 5 months ago | | | 0 | 0.00018506730 | |
| 20350309 | 5 months ago | | | 0 | 0.000093822907 | |
| 20350307 | 5 months ago | | | 0 | 0.000098288229 | |
| 20350279 | 5 months ago | | | 0 | 0.00012907273 |
ABI
ABI objects
Getter at block 21377975
DEF_END() view returns (uint256)
50000000000000000000000000
DEF_STEP_1() view returns (uint256)
85000000000000000000000000
DEF_STEP_2() view returns (uint256)
75000000000000000000000000
INITIAL_SUPPLY() view returns (uint256)
100000000000000000000000000
START_DEFLATION_TIME() view returns (uint256)
1722338058
decimals() view returns (uint8)
18
getDeflationRate() view returns (uint256)
150
name() view returns (string)
Satori Labs
owner() view returns (address)
0x21cea0921ac3f995934ee06f12bc753dec265b17
symbol() view returns (string)
SATORI
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isWhitelisted(address account) view returns (bool)
State-modifying
Events addToWhitelist(address account)
approve(address spender, uint256 value) returns (bool)
recoverERC20(address tokenAddress)
recoverETH()
removeFromWhitelist(address account)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
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()
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)