Salty.Finance
Verified contract
Active on
Ethereum with 25 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 "Salty.Finance"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10931164 | 4 years ago | | | 0 | 0.0018345250 | |
| 10930887 | 4 years ago | | | 0 | 0.0042283550 | |
| 10930771 | 4 years ago | | | 0 | 0.0044954090 | |
| 10930758 | 4 years ago | | | 0 | 0.0041838460 | |
| 10930753 | 4 years ago | | | 0 | 0.0038722830 | |
| 10930750 | 4 years ago | | | 0 | 0.0040058100 | |
| 10930744 | 4 years ago | | | 0 | 0.0042283550 | |
| 10930744 | 4 years ago | | | 0 | 0.0048959900 | |
| 10930743 | 4 years ago | | | 0 | 0.0040058100 | |
| 10930742 | 4 years ago | | | 0 | 0.0041838460 |
ABI
ABI objects
Getter at block 21187764
decimals() view returns (uint8)
18
governance() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Salty.Finance
symbol() view returns (string)
SLT
totalSupply() view returns (uint256)
10000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
minters(address) view returns (bool)
State-modifying
Events addMinter(address _minter)
approve(address spender, uint256 amount) returns (bool)
burnOwner()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
removeMinter(address _minter)
setAllow()
setExceptions(address someAddress)
setGovernance(address _governance)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.