Satori Labs

Verified contract

Active on Ethereum with 99 txns
Deployed by via 0xf9c1404d at 20172182
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Satori Labs"

0x16a5ba0b6e932bfc67f712c9b10757e61a9ce5aefe72275763065facd2be1930
0xc6d7d1c63a087c265ed2d79b6c93e81ab53dc9e863f598db73b4351a59cace2c
0x74609b915791299cc8b0b6b207e6ede62dcefa78b188a59a19d92be1e5b8b946
0x2634a8d7e784acc8ff0434e48705f6d97fb0d632e29dd72faacd0a61fa8ca137
0xb1ba83cff79f42351c3d75fdd365287e48cb641368623568e47dc83718ed76d0
0x9c417463fdcb4c43e6bfde6bafaaaa24cdb48580018eda47e4b6bb0ce9267a9b
0xf587924c54356d13c6984187c395379ba62bc51f72643365c9d304dd307bbd42
0x136102e42724ade287cf3fb2f348ac88776cf6898a1372c3f2a9c3ae9bce69b8
0x4cda6e2d4e1dcce03145a4a9aee149817dcb55e1bb0b99956dd30b85c8962e74
0x1ab5ee8395676a389c3d911b2df981e9d8bbf568b82cd43f250a0ef1ba3900b0

Functions
Getter at block 20877236
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
isWhitelisted(address accountview returns (bool)
State-modifying
addToWhitelist(address account
approve(address spenderuint256 valuereturns (bool)
recoverERC20(address tokenAddress
recoverETH(
removeFromWhitelist(address account
renounceOwnership(
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive
receive(
Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account