Jaypeggers USDC
Verified contract
Active on
Ethereum with 287 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0b4e…a08f
Balances ($38,552.99)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 38.514474K | $1.001 |
$38,552.99 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21257631 | 9 days ago | | | 0 | 0.00030788534 | |
| 21257628 | 9 days ago | | | 0 | 0.00028955920 | |
| 20633672 | 3 months ago | | | 0 | 0.000073161602 | |
| 20554616 | 4 months ago | | | 0 | 0.00010941036 | |
| 20262471 | 5 months ago | | | 0 | 0.0016134356 | |
| 19985126 | 6 months ago | | | 0 | 0.00042447603 | |
| 19918100 | 6 months ago | | | 0 | 0.0014585435 | |
| 19812820 | 7 months ago | | | 0 | 0.00061502276 | |
| 19755441 | 7 months ago | | | 0 | 0.00018556462 | |
| 19745498 | 7 months ago | | | 0 | 0.00028480083 |
ABI
ABI objects
Getter at block 21324412
BUY_FEE() view returns (uint16)
9000
DECIMALS() view returns (uint256)
1000000000000
JAYNFT() view returns (address)
0x0000000000000000000000000000000000000000
MAX() view returns (uint256)
10000000000000000000000000000
SELL_FEE() view returns (uint16)
9000
backingToken() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
decimals() view returns (uint8)
18
name() view returns (string)
Jaypeggers USDC
owner() view returns (address)
0xd5d1ee6cb2d70264ffc5307ca456a2bed796782b
start() view returns (bool)
true
symbol() view returns (string)
jUSDC
totalSupply() view returns (uint256)
28202770173222484997126
Read-only
ETHtoJAY(uint256 value) view returns (uint256)
JAYtoETH(uint256 value) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getBuyJay(uint256 amount) view returns (uint256)
getSellJay(uint256 amount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
buy(address reciever, uint256 amount)
buyNftDiscount(address reciever, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
init(uint256 value)
renounceOwnership()
sell(uint256 jay)
sellNftDiscount(uint256 jay)
setBuyFee(uint16 amount)
setFeeAddress(address _address)
setJAYNFT(address _nft)
setMax(uint256 _max)
setSellFee(uint16 amount)
setStart()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MaxUpdated(uint256 max)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Price(uint256 recieved, uint256 sent)
SellFeeUpdated(uint256 sellFee)
Transfer(address indexed from, address indexed to, uint256 value)
buyFeeUpdated(uint256 buyFee)
constructor(address _backingToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.