NotesOfBearV2
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
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 46 additional slots
Balances ($0.00)
No balances found for "NotesOfBearV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "NotesOfBearV2"
ABI
ABI objects
Getter at block 20809152
BearXContract() view returns (address)
0x0000000000000000000000000000000000000000
Owner() view returns (address)
0x0000000000000000000000000000000000000000
StakeXContract() view returns (address)
0x0000000000000000000000000000000000000000
dependent() view returns (uint256)
0
name() view returns (string)
pause() view returns (bool)
false
range() view returns (uint256)
0
symbol() view returns (string)
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
isClaimed(uint256, uint256) view returns (bool)
minterAddress(uint256) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
walletOfOwner(uint256[] ids) view returns (uint256[])
State-modifying
Events BurnBatch(uint256[] ids, uint256[] amounts)
Claim(uint256[] c_ids, uint256[] h_ids)
IncreaseSupply(uint256 tokenId, uint256 amount)
MintNotes(uint256 amount)
PauseSale()
SetDependent(uint256 num)
SetErrMsg(string eMsg)
SetURI(string uri)
StakeClaim(uint256 CID, address _address)
UnPauseSale()
initialize()
ownerClaim(uint256 CID, uint256 amount)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setNewBearX(address __address)
setNewStakeX(address __address)
setPostfix(string _ext)
transferOwnership(address _address)
updateRange(uint256 __range)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Initialized(uint8 version)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.