Soft Yearn Finance
Verified contract
Active on
Ethereum with 2,289 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SYFI | ERC-20 | 1.693489M | -- | -- | |
SYFI | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20862966 | 2 months ago | | | 0 | 0.00024729419 | |
| 20849612 | 2 months ago | | | 0 | 0.00022827769 | |
| 20601205 | 3 months ago | | | 0 | 0.000054567507 | |
| 20392082 | 4 months ago | | | 0 | 0.00010238611 | |
| 19637452 | 8 months ago | | | 0 | 0.00031311165 | |
| 19593570 | 8 months ago | | | 0 | 0.00026324000 | |
| 17655511 | a year ago | | | 0 | 0.00038297464 | |
| 17223820 | 2 years ago | | | 0 | 0.0037133575 | |
| 17012113 | 2 years ago | | | 0 | 0.00051299794 | |
| 17009756 | 2 years ago | | | 0 | 0.00058518771 |
ABI
ABI objects
Getter at block 21287432
decimals() view returns (uint8)
9
isOwner() view returns (bool)
false
monetaryPolicy() view returns (address)
0x23125abc4afdb67f54c93cd8328db0728600ab90
name() view returns (string)
Soft Yearn Finance
owner() view returns (address)
0xb3d41ab99bc83400af0b9cfb279b00270f59c795
rebasePaused() view returns (bool)
false
symbol() view returns (string)
SYFI
tokenPaused() view returns (bool)
false
totalSupply() view returns (uint256)
100099999999981280
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address owner_)
initialize(string name, string symbol, uint8 decimals)
rebase(uint256 epoch, int256 supplyDelta) returns (uint256)
renounceOwnership()
setMonetaryPolicy(address monetaryPolicy_)
setRebasePaused(bool paused)
setTokenPaused(bool paused)
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)
LogMonetaryPolicyUpdated(address monetaryPolicy)
LogRebase(uint256 indexed epoch, uint256 totalSupply)
LogRebasePaused(bool paused)
LogTokenPaused(bool paused)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.