BondNft

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x42f865f0 at 16232060
Slot
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
4 additional variables

No balances found for "BondNft"

No transactions found for "BondNft"


Functions
Getter at block 22940800
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
FACTORY_ROLE(view returns (bytes32)
0xdfbefbf47cfe66b701d8cfdbce1de81c821590819cb07e71cb01b6602fb0ee27
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
URI_SETTER_ROLE(view returns (bytes32)
0x7804d923f43a17d325d77e781528e0793b2edd9890ab45fc64efd7b4b427744c
name(view returns (string)
symbol(view returns (string)
totalSupply(view returns (uint256)
0
uriLocked(view returns (bool)
false
Read-only
allTokensDataOfOwner(address ownerview returns (struct IBondNftTokenData[])
balanceOf(address ownerview returns (uint256)
billAddresses(uint256view returns (address)
claimablePayout(uint256 tokenIdview returns (uint256 payout)
claimedPayout(uint256 tokenIdview returns (uint256 payout)
getApproved(uint256 tokenIdview returns (address)
getClaimApproved(uint256 tokenIdview returns (address operator)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
getTokensOfOwnerByIndexes(address owneruint256 startuint256 endview returns (struct IBondNftTokenData[])
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedClaimOrOwner(address operatoruint256 tokenIdview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isClaimApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payoutToken(uint256 tokenIdview returns (address token)
pendingPayout(uint256 tokenIdview returns (uint256 pendingPayoutAmount)
pendingVesting(uint256 tokenIdview returns (uint256 pendingSeconds)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenDataOfOwnerByIndex(address owneruint256 indexview returns (struct IBondNftTokenData tokenData)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
vestedPayout(uint256 tokenIdview returns (uint256 payout)
vestedPayoutAtTime(uint256 tokenIduint256 timestampview returns (uint256 payout)
vestingPayout(uint256 tokenIdview returns (uint256 payout)
vestingPeriod(uint256 tokenIdview returns (uint256 vestingStartuint256 vestingEnd)
State-modifying
addMinter(address minter
approve(address touint256 tokenId
claim(uint256 tokenId
claimMany(uint256[] _tokenIds
grantRole(bytes32 roleaddress account
initialize(string name_string symbol_string baseTokenURI_address factory_address owner_
lockURI(
mint(address toaddress billAddressreturns (uint256 newTokenId)
mintMany(uint256 amountaddress toaddress billAddress
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseTokenURI
setClaimApproval(address operatorbool approveduint256 tokenId
setClaimApprovalForAll(address operatorbool approved
setTokenURI(uint256 tokenIdstring _tokenURI
transferFrom(address fromaddress touint256 tokenId
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BaseTokenUriChanged(string newUri
ClaimApproval(address indexed owneraddress indexed spenderuint256 indexed tokenIdbool approved
ClaimApprovalForAll(address indexed owneraddress indexed spenderbool approved
Initialized(uint8 version
PayoutClaimed(uint256 indexed tokenIdaddress indexed recipientuint256 claimAmount
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
UriLocked(
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.