Solidus Artificial Intelligence
Verified contract
Active on
Ethereum with 23 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 "Solidus Artificial Intelligence"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21416128 | a day ago | | | 0 | 0.0010925223 | |
| 21414558 | a day ago | | | 0 | 0.00077348788 | |
| 21413812 | a day ago | | | 0 | 0.00023992971 | |
| 21413570 | a day ago | | | 0 | 0.00040020792 | |
| 21411894 | 2 days ago | | | 0 | 0.00051811964 | |
| 21410740 | 2 days ago | | | 0 | 0.00084057176 | |
| 21410501 | 2 days ago | | | 0 | 0.00058022432 | |
| 21410256 | 2 days ago | | | 0 | 0.00048969652 | |
| 21410130 | 2 days ago | | | 0 | 0.00060838667 | |
| 21410098 | 2 days ago | | | 0 | 0.00057578359 |
ABI
ABI objects
Getter at block 21423136
CONTRACT_HASH() view returns (bytes32)
0x2b30fc9a1f6288c0ade2e573fc04d17c9e09ccbdefaec8d0a0c68edf1cb6eae4
CONTRACT_NAME() view returns (string)
DefiTokenFixedSupply
MAX_EXCLUSION_LIMIT() view returns (uint256)
100
MAX_REWARDS_EXCLUSION_LIMIT() view returns (uint256)
100
VERSION() view returns (string)
defi_v_1_fixed_supply
_tTotal() view returns (uint256)
100000000000000000
decimals() view returns (uint8)
10
deflationBPS() view returns (uint256)
0
documentUri() view returns (string)
getFeesAndLimitsExclusionList() view returns (address[])
[]
getRewardsExclusionList() view returns (address[])
[]
initialDocumentUri() view returns (string)
initialMaxTokenAmountPerAddress() view returns (uint256)
0
initialSupply() view returns (uint256)
10000000
initialTokenOwner() view returns (address)
0xc2651580309286551afa45a66edc495a25b9e7b9
isBurnable() view returns (bool)
false
isDeflationary() view returns (bool)
false
isDocumentUriAllowed() view returns (bool)
false
isMaxAmountOfTokensSet() view returns (bool)
false
isReflective() view returns (bool)
false
isTaxable() view returns (bool)
true
maxTokenAmountPerAddress() view returns (uint256)
0
name() view returns (string)
Solidus Artificial Intelligence
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
SAI
tFeeBPS() view returns (uint256)
0
taxAddress() view returns (address)
0x4e9d1b222adbbf86f28dc38dc9b2a672c723cf98
taxBPS() view returns (uint256)
500
totalSupply() view returns (uint256)
100000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
feesAndLimitsExcluded(uint256) view returns (address)
isFeesAndLimitsExcluded(address) view returns (bool)
rewardsExcluded(uint256) view returns (address)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFeesAndLimits(address account)
excludeFromRewards(address account)
includeInFeesAndLimits(address account)
includeInRewards(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setDeflationConfig(uint256 _deflationBPS)
setDocumentUri(string newDocumentUri)
setMaxTokenAmountPerAddress(uint256 newMaxTokenAmount)
setReflectionConfig(uint256 _feeBPS)
setTaxConfig(address _taxAddress, uint256 _taxBPS)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
DeflationConfigSet(uint256 indexed _deflationBPS)
DocumentUriSet(string newDocUri)
ExcludeFromFeesAndLimits(address indexed account)
ExcludedFromRewards(address indexed account)
IncludedInFeesAndLimits(address indexed account)
IncludedInRewards(address indexed account)
MaxTokenAmountPerSet(uint256 newMaxTokenAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReflectionConfigSet(uint256 indexed _feeBPS)
TaxConfigSet(address indexed _taxAddress, uint256 indexed _taxBPS)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 initialSupplyToSet, uint8 decimalsToSet, address tokenOwner, struct DefiTokenFixedSupplyERC20ConfigProps customConfigProps, string newDocumentUri, address _taxAddress, uint256[3] bpsParams, uint256[1] amountParams)
This contract contains no fallback and receive objects.
AlreadyExcludedFromFeesAndLimits()
AlreadyExcludedFromRewards()
AlreadyIncludedInFeesAndLimits()
AlreadyIncludedInRewards()
BurningNotEnabled()
DestBalanceExceedsMaxAllowed(address addr)
DocumentUriNotAllowed()
ERC20InsufficientBalance(address recipient, uint256 fromBalance, uint256 balance)
InvalidDecimals(uint8 decimals)
InvalidMaxTokenAmount(uint256 maxTokenAmount)
InvalidReflectiveConfig()
InvalidTotalBPS(uint256 bps)
MaxTokenAmountNotAllowed()
MaxTokenAmountPerAddrLtPrevious()
ReachedMaxExclusionLimit()
ReachedMaxRewardExclusionLimit()
TokenIsNotDeflationary()
TokenIsNotReflective()
TokenIsNotTaxable()
TotalReflectionTooSmall()
ZeroTransferError()