Staked BAYC
Verified contract
Proxy
Active on
Ethereum with 945 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 45 additional slots
0xbc4c…f13d
0xaaa2…8a5d
8 additional
variables
Balances ($0.00)
No balances found for "Staked BAYC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21393020 | 2 days ago | | | 0 | 0.00060239186 | |
| 21389378 | 2 days ago | | | 0 | 0.0010988364 | |
| 21389215 | 2 days ago | | | 0 | 0.0010980913 | |
| 21388474 | 2 days ago | | | 0 | 0.0015128976 | |
| 21386065 | 2 days ago | | | 0 | 0.00062240289 | |
| 21379713 | 3 days ago | | | 0 | 0.00075556802 | |
| 21379708 | 3 days ago | | | 0 | 0.00075809735 | |
| 21377914 | 4 days ago | | | 0 | 0.00061832755 | |
| 21376469 | 4 days ago | | | 0 | 0.00074569571 | |
| 21373591 | 4 days ago | | | 0 | 0.0021912446 |
ABI
ABI objects
Getter at block 21403856
bnftRegistry() view returns (address)
0x79d922dd382e42a156bc0a354861cdbc4f09110d
name() view returns (string)
Staked BAYC
nftVault() view returns (address)
0xaaa2da255df9ee74c7075bcb6d81f97940908a5d
owner() view returns (address)
0xe6b80f77a8b8fcd124ab748c720b7eaea83ddb4c
symbol() view returns (string)
stBAYC
totalSupply() view returns (uint256)
429
underlyingAsset() view returns (address)
0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getDelegateCashForToken(uint256[] tokenIds_) view returns (address[][] delegates)
getDelegateCashForTokenV2(uint256[] tokenIds_) view returns (address[][] delegates)
isApprovedForAll(address owner, address operator) view returns (bool)
onERC721Received(address, address, uint256, bytes) view returns (bytes4)
ownerOf(uint256 tokenId) view returns (address)
stakerOf(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)
tokenOfStakerByIndex(address staker_, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId_) view returns (string)
totalStaked(address) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address to, uint256 tokenId)
authorise(address addr_, bool authorized_)
burn(uint256[] tokenIds_)
initialize(address bayc_, address nftVault_)
mint(address to_, uint256[] tokenIds_)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setBnftRegistry(address bnftRegistry_)
setDelegateCash(address delegate_, uint256[] tokenIds_, bool value_)
setDelegateCashV2(address delegate_, uint256[] tokenIds_, bool value_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Burned(address indexed from, uint256[] tokenId)
Initialized(uint8 version)
Minted(address indexed to, uint256[] tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.