Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0a0e…7afc
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DR4G0NZ | ERC-721 | 1 | -- | -- | |
DR4G0NZ | ERC-721 | 1 | -- | -- | |
DR4G0NZ | ERC-721 | 1 | -- | -- | |
DR4G0NZ | ERC-721 | 1 | -- | -- | |
DR4G0NZ | ERC-721 | 1 | -- | -- | |
DR4G0NZ | ERC-721 | 1 | -- | -- | |
DR4G0NZ | ERC-721 | 1 | -- | -- | |
DR4G0NZ | ERC-721 | 1 | -- | -- | |
DR4G0NZ | ERC-721 | 1 | -- | -- | |
DR4G0NZ | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19206453 | 9 months ago | | | 0 | 0.0042322608 | |
| 19206004 | 9 months ago | | | 0 | 0.0083416007 | |
| 19206001 | 9 months ago | | | 0 | 0.0055365472 | |
| 19205470 | 9 months ago | | | 0 | 0.0046051985 | |
| 19205465 | 9 months ago | | | 0 | 0.020258872 | |
| 19204767 | 9 months ago | | | 0 | 0.032948581 | |
| 19204758 | 9 months ago | | | 0 | 0.013449942 | |
| 19204752 | 9 months ago | | | 0 | 0.0082191133 | |
| 19204748 | 9 months ago | | | 0 | 0.012041685 | |
| 19204682 | 9 months ago | | | 0 | 0.012432793 |
ABI
ABI objects
Getter at block 21178784
NFT() view returns (address)
0x0a0eee2df7f5c575f353d3117aef7dab65757afc
NFTPerSecond() view returns (uint256)
600000000000000
USDC() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
USDCPerSecond() view returns (uint256)
0
USDCdistributed() view returns (uint256)
0
maUSDCPerSecond() view returns (uint256)
100000000000000000000
owner() view returns (address)
0xca9fc5c87315ee8f3163dcb9dcf450d1c5f024c9
poolLength() view returns (uint256)
1
startTime() view returns (uint256)
0
totalAllocPoint() view returns (uint256)
5
totalNFTdistributed() view returns (uint256)
0
totalburn() view returns (uint256)
5639540000000000000
withdrawable() view returns (bool)
true
Read-only
checkFeeUser(uint256 _pid) view returns (uint256)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingNFT(uint256 _pid, address _user) view returns (uint256)
pendingUSDC(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 totalToken, uint256 allocPoint, uint256 lastRewardTime, uint256 accNFTPerShare, uint256 accUSDCPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 USDCrewardDebt, uint256 lastDepositTime)
State-modifying
Events add(uint256 _allocPoint, address _lpToken)
closeWithdraw()
deposit(uint256 _pid, uint256 _amount)
massUpdatePools()
openWithdraw()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint)
setNFTPerSecond(uint256 _NFTPerSecond)
setUSDCPerSecond(uint256 _USDCPerSecond)
supplyRewards(uint256 _amount)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
updateRewards(address _NFT, address _USDC)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(uint256 _NFTPerSecond, uint256 _USDCPerSecond, uint256 _startTime)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)