Sunset Finance
Verified contract
Active on
Ethereum with 89 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SUNS | ERC-20 | 20K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12426072 | 4 years ago | | | 0 | 0.0060656574 | |
| 11082983 | 4 years ago | | | 0 | 0.00071214400 | |
| 11082495 | 4 years ago | | | 0 | 0.00085012190 | |
| 11082453 | 4 years ago | | | 0 | 0.00075665300 | |
| 11082349 | 4 years ago | | | 0 | 0.00089018000 | |
| 11082332 | 4 years ago | | | 0 | 0.0012907610 | |
| 11081972 | 4 years ago | | | 0 | 0.00043025300 | |
| 11081972 | 4 years ago | | | 0 | 0.00075665300 | |
| 11081963 | 4 years ago | | | 0 | 0.00043025300 | |
| 11081963 | 4 years ago | | | 0 | 0.00071214400 |
ABI
ABI objects
Getter at block 21314821
decimals() view returns (uint8)
18
governance() view returns (address)
0xc3b9f0de8e16af42aa36379e933d23963809f35c
name() view returns (string)
Sunset Finance
symbol() view returns (string)
SUNS
totalSupply() view returns (uint256)
200025000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
distribute(address _from, uint256 _value)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setExceptions(address someAddress)
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.