ParaSpace Derivative Token BAYC
Verified contract
Proxy
Active on
Ethereum with 528 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 16 additional slots
Balances ($6,591.21)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
APE | ERC-20 | 5.992K | $1.10 |
$6,591.2 | |
TOMI | ERC-20 | 1 | $0.012162 |
$0.01 | |
VAL | ERC-20 | 0.001 | $0.085701 |
$0 | |
RALPH | ERC-20 | 1M | -- | -- | |
KILL0 | ERC-20 | 1M | -- | -- | |
DPAY | ERC-20 | 1.5K | -- | -- | |
0XZQ | ERC-20 | 1K | -- | -- | |
$CATSZN | ERC-20 | 369 | -- | -- | |
0x495f…7b5e (#104912326549272735694049184850870498579163028184892266056873023088411921188512) | ERC-1555 | 100 | -- | -- | |
BETA | ERC-20 | 18 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21076700 | 19 days ago | | | 0 | 0.00052443989 | |
| 20324345 | 4 months ago | | | 0 | 0.00067689366 | |
| 20224012 | 5 months ago | | | 0 | 0.000076303952 | |
| 20113857 | 5 months ago | | | 0 | 0.00031481827 | |
| 20024196 | 5 months ago | | | 0 | 0.00030709319 | |
| 19864323 | 6 months ago | | | 0 | 0.00024150191 | |
| 19703193 | 7 months ago | | | 0 | 0.00027494166 | |
| 19700369 | 7 months ago | | | 0 | 0.00019144979 | |
| 19594648 | 7 months ago | | | 0 | 0.00037869970 | |
| 19341677 | 9 months ago | | | 0 | 0.0026369968 |
ABI
ABI objects
Getter at block 21214460
DELEGATE_REGISTRY() view returns (address)
0x00000000000076a84fef008cdabe6409d2fe638b
NTOKEN_REVISION() view returns (uint256)
148
UNDERLYING_ASSET_ADDRESS() view returns (address)
0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d
getApeStaking() view returns (address)
0x5954ab967bc958940b7eb73ee84797dc8a2afbb9
getBAKC() view returns (address)
0xba30e5f9bb24caa003e9f2f0497ad287fdf95623
getIncentivesController() view returns (address)
0x0000000000000000000000000000000000000000
getXTokenType() pure returns (uint8)
4
isAtomicPricing() view returns (bool)
false
name() view returns (string)
ParaSpace Derivative Token BAYC
symbol() view returns (string)
nBAYC
totalSupply() view returns (uint256)
3
Read-only
avgMultiplierOf(address user) view returns (uint256)
balanceOf(address account) view returns (uint256)
collateralizedBalanceOf(address account) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getAuctionData(uint256 tokenId) view returns (struct DataTypesAuction auction)
getTraitMultiplier(uint256 tokenId) view returns (uint256)
getUserApeStakingAmount(address user) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isAuctioned(uint256 tokenId) view returns (bool)
isUsedAsCollateral(uint256 tokenId) view returns (bool)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) pure returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) pure returns (bytes4)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events admin() returns (address)
implementation() returns (address)
initialize(address _logic, bytes _data) payable
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address to, uint256 tokenId)
batchSetIsUsedAsCollateral(uint256[] tokenIds, bool useAsCollateral, address sender) returns (uint256, uint256)
burn(address from, address receiverOfUnderlying, uint256[] tokenIds, struct DataTypesTimeLockParams timeLockParams) returns (uint64, uint64)
claimApeCoin(uint256[] _nfts, address _recipient)
claimBAKC(struct ApeCoinStakingPairNft[] _nftPairs, address _recipient)
delegateForToken(address delegate, uint256[] tokenIds, bool value)
depositApeCoin(struct ApeCoinStakingSingleNft[] _nfts)
depositBAKC(struct ApeCoinStakingPairNftDepositWithAmount[] _nftPairs)
endAuction(uint256 tokenId)
executeAirdrop(address airdropContract, bytes airdropParams)
initialize(address initializingPool, address underlyingAsset, address incentivesController, string nTokenName, string nTokenSymbol, bytes params)
mint(address onBehalfOf, struct DataTypesERC721SupplyParams[] tokenData) returns (uint64, uint64)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
rescueERC1155(address token, address to, uint256[] ids, uint256[] amounts, bytes data)
rescueERC20(address token, address to, uint256 amount)
rescueERC721(address token, address to, uint256[] ids)
resetUserAvgMultiplier(address user)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setApprovalForAllTo(address token, address to, bool _approved)
setBalanceLimit(uint64 limit)
setIncentivesController(address controller)
setIsUsedAsCollateral(uint256 tokenId, bool useAsCollateral, address sender) returns (bool)
setTraitsMultipliers(uint256[] tokenIds, uint256[] multipliers)
setUnstakeApeIncentive(uint256 incentive)
startAuction(uint256 tokenId)
transferFrom(address from, address to, uint256 tokenId)
transferOnLiquidation(address from, address to, uint256 value)
transferUnderlyingTo(address target, uint256 tokenId, struct DataTypesTimeLockParams timeLockParams)
unstakePositionAndRepay(uint256 tokenId, address incentiveReceiver)
withdrawApeCoin(struct ApeCoinStakingSingleNft[] _nfts, address _recipient)
withdrawBAKC(struct ApeCoinStakingPairNftWithdrawWithAmount[] _nftPairs, address _apeRecipient)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
AvgMultiplierUpdated(address indexed owner, uint256 avgMultiplier)
ExecuteAirdrop(address indexed airdropContract)
Initialized(address indexed underlyingAsset, address indexed pool, address incentivesController, string nTokenName, string nTokenSymbol, bytes params)
RescueERC1155(address indexed token, address indexed to, uint256[] ids, uint256[] amounts, bytes data)
RescueERC20(address indexed token, address indexed to, uint256 amount)
RescueERC721(address indexed token, address indexed to, uint256[] ids)
TraitMultiplierSet(address indexed owner, uint256 indexed tokenId, uint256 multiplier)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address admin)
fallback()
receive()
This contract contains no error objects.