Soft Yearn Finance Protocol
Verified contract
Active on
Ethereum with 326 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 |
---|---|---|---|---|---|
SYFP | ERC-20 | 234.150915K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17011607 | 2 years ago | | | 0 | 0.00051441564 | |
| 14662541 | 3 years ago | | | 0 | 0.0012022064 | |
| 13283594 | 3 years ago | | | 0 | 0.0028845455 | |
| 13265117 | 3 years ago | | | 0 | 0.0023288261 | |
| 12330799 | 4 years ago | | | 0 | 0.00099649800 | |
| 11311242 | 4 years ago | | | 0 | 0.0027317166 | |
| 11285394 | 4 years ago | | | 0 | 0.0012756040 | |
| 11263175 | 4 years ago | | | 0 | 0.00093795403 | |
| 11259578 | 4 years ago | | | 0 | 0.00057628210 | |
| 11256213 | 4 years ago | | | 0 | 0.0010624081 |
ABI
ABI objects
Getter at block 21230228
decimals() view returns (uint256)
18
name() view returns (string)
Soft Yearn Finance Protocol
owner() view returns (address)
0xf64df26fb32ce9142393c31f01bb1689ff7b29f5
symbol() view returns (string)
SYFP
totalSupply() view returns (uint256)
309453467298134906768019
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events _transfer(address to, uint256 tokens) returns (bool)
approve(address spender, uint256 tokens) returns (bool success)
mint(address to, uint256 _mint_amount)
setMinters(address _minter)
setSwapAddress(address _swapAddress)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.