B Feisty Doge NFT
Verified contract
Active on
Ethereum with 725 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NFD | ERC-20 | 136.858258M | $0.000184 |
$25,217.5 | |
ANFD | ERC-20 | 120K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21291700 | 14 days ago | | | 0 | 0.0012229921 | |
| 21233247 | 22 days ago | | | 0 | 0.0017326279 | |
| 19851827 | 7 months ago | | | 0 | 0.00077317144 | |
| 19706694 | 8 months ago | | | 0 | 0.00086311643 | |
| 19660986 | 8 months ago | | | 0 | 0.00076084948 | |
| 19660986 | 8 months ago | | | 0 | 0.00076084948 | |
| 19660986 | 8 months ago | | | 0 | 0.0022201750 | |
| 19660982 | 8 months ago | | | 0 | 0.0012766554 | |
| 19660982 | 8 months ago | | | 0 | 0.0024673970 | |
| 19639094 | 8 months ago | | | 0 | 0.0015617167 |
ABI
ABI objects
Getter at block 21392893
DOMAIN_SEPARATOR() view returns (bytes32)
0xbdd5981283a83d3abb760012a4dfa1093a56245fc2c7dc1b652b9f0adcb12e78
MINIMUM_LIQUIDITY() view returns (uint256)
1000000
betaBank() view returns (address)
0x972a785b390d05123497169a04c72de652493be1
decimals() view returns (uint8)
18
interestRate() view returns (uint256)
10000000000000000
lastAccrueTime() view returns (uint256)
1732863335
name() view returns (string)
B Feisty Doge NFT
symbol() view returns (string)
bNFD
totalDebtShare() view returns (uint256)
18839392614407444981690664
totalLoan() view returns (uint256)
20013723897710918754777257
totalLoanable() view returns (uint256)
136858257558478046040661983
totalSupply() view returns (uint256)
155352965668632063201792560
underlying() view returns (address)
0xdfdb7f72c1f195c5951a234e8db9806eb0635346
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events accrue()
approve(address spender, uint256 amount) returns (bool)
borrow(address _to, uint256 _amount) returns (uint256 debtShare)
burn(address _to, uint256 _credit) returns (uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
fetchDebtShareValue(uint256 _debtShare) returns (uint256)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (uint256 credit)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
recover(address _token, address _to, uint256 _amount)
repay(address _from, uint256 _amount) returns (uint256 debtShare)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Accrue(uint256 interest)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed caller, address indexed to, uint256 amount, uint256 credit)
Mint(address indexed caller, address indexed to, uint256 amount, uint256 credit)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _betaBank, address _underlying)
This contract contains no fallback and receive objects.
This contract contains no error objects.