YFIBusiness.Finance
Verified contract
Active on
Ethereum with 2,777 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 |
---|---|---|---|---|---|
YFIB | ERC-20 | 5.476648 | -- | -- | |
YFIB | ERC-20 | 2.1819 | -- | -- | |
YFIb | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19838154 | 6 months ago | | | 0 | 0.000091665815 | |
| 19503815 | 8 months ago | | | 0 | 0.00039959589 | |
| 19455312 | 8 months ago | | | 0 | 0.00078575902 | |
| 19455309 | 8 months ago | | | 0 | 0.00076788448 | |
| 19325764 | 9 months ago | | | 0 | 0.0011902329 | |
| 18970332 | 10 months ago | | | 0 | 0.00050795424 | |
| 18670088 | a year ago | | | 0 | 0.00062693112 | |
| 17114545 | 2 years ago | | | 0 | 0.00091676900 | |
| 16971637 | 2 years ago | | | 0 | 0.00065679464 | |
| 16920057 | 2 years ago | | | 0 | 0.0016373981 |
ABI
ABI objects
Getter at block 21190382
decimals() view returns (uint8)
18
governance() view returns (address)
0xe755a665c46792a0dce68147db49fb1031b0cd2c
maxSupply() view returns (uint256)
50000000000000000000000
name() view returns (string)
YFIBusiness.Finance
symbol() view returns (string)
YFIB
totalSupply() view returns (uint256)
50000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
removeMinter(address _minter)
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.