WISE-StakingNFTs
Verified contract
Active on
Ethereum with 3 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "WISE-StakingNFTs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17244435 | 2 years ago | | | 0 | 0.013741910 | |
| 17243642 | 2 years ago | | | 0 | 0.020140231 | |
| 17237451 | 2 years ago | | | 0.01 | 0.071307243 |
ABI
ABI objects
Getter at block 21385268
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://data.wisetoken.net/WISE/globals/
name() view returns (string)
WISE-StakingNFTs
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x641ad78baca220c5bd28b51ce8e0f495e85fe689
symbol() view returns (string)
WS-NFTs
totalSupply() view returns (uint256)
1
wiseToken() view returns (address)
0x66a0f676479cee1d7373f3dc2e2952778bff5bd6
Read-only
NFTStake(uint256) view returns (bytes16)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
claimOwnership()
mint(uint256 _amount, uint64 _lockDays, address _referrer)
mintWithEth(uint64 _lockDays, address _referrer) payable
mintWithToken(address _tokenAddress, uint256 _amount, uint64 _lockDays, address _referrer)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initBaseURI, address _wiseTokenAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.