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 "SlashFi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20786838 | 2 months ago | | | 0 | 0.00069893695 | |
| 20710276 | 2 months ago | | | 0 | 0.00010579470 | |
| 20710265 | 2 months ago | | | 0 | 0.000065608561 | |
| 20710219 | 2 months ago | | | 0 | 0.00015898441 | |
| 20710217 | 2 months ago | | | 0 | 0.00030076967 | |
| 20710217 | 2 months ago | | | 0 | 0.0095217347 | |
| 20710216 | 2 months ago | | | 0 | 0.00030196445 | |
| 20710214 | 2 months ago | | | 0 | 0.00029948848 | |
| 20710214 | 2 months ago | | | 0 | 0.00029948848 | |
| 20710214 | 2 months ago | | | 0 | 0.00029948848 |
ABI
ABI objects
Getter at block 21161849
DEBASE_COOLDOWN() view returns (uint256)
1800
DEBASE_PERCENTAGE() view returns (uint256)
50
INITIAL_DEBASE_PERCENTAGE() view returns (uint256)
100
decimals() view returns (uint8)
18
name() view returns (string)
SlashFi
owner() view returns (address)
0xf2fed491dda3a5fda9c35737d7aa111f144b0a8e
symbol() view returns (string)
SLSH
totalSupply() view returns (uint256)
535000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
debaseExclusionList(address) view returns (bool)
getLastDebaseTime(address account) view returns (uint256)
isExcludedFromDebase(address account) view returns (bool)
lastDebaseTime(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
debase(address target)
excludeFromDebase(address account, bool exclude)
renounceOwnership()
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)
Burn(address indexed account, uint256 amount)
Debased(address indexed target, uint256 amountBurned)
ExcludeFromDebase(address account, bool exclude)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
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)