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 "WBA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7329745 | 6 years ago | | | 0 | 0.00013294600 | |
| 7329736 | 6 years ago | | | 0 | 0.00013294600 | |
| 7329736 | 6 years ago | | | 0 | 0.00013294600 | |
| 7329736 | 6 years ago | | | 0 | 0.00013294600 | |
| 7329736 | 6 years ago | | | 0 | 0.00013294600 | |
| 7329733 | 6 years ago | | | 0 | 0.00013294600 | |
| 7329721 | 6 years ago | | | 0 | 0.00013294600 | |
| 7329719 | 6 years ago | | | 0 | 0.00013294600 | |
| 7329715 | 6 years ago | | | 0 | 0.00013294600 | |
| 7329713 | 6 years ago | | | 0 | 0.00013294600 |
ABI
ABI objects
Getter at block 21286743
InterfaceId_ERC165() view returns (bytes4)
0x01ffc9a7
name() view returns (string)
WBA
owner() view returns (address)
0xf49eb7004653f91a8124790fee8faf94b99053a6
symbol() view returns (string)
WBA
totalSupply() view returns (uint256)
270
Read-only
balanceOf(address _owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 _tokenId) view returns (address)
getNFTbyTokenId(uint256 _tokenId) view returns (string attribute, uint256 birthTime, bool status)
isApprovedForAll(address _owner, address _operator) view returns (bool)
myTokens(address _owner) view returns (uint256[])
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 approve(address _to, uint256 _tokenId)
createToken(uint256[] _tokenIdList, address _tokenOwner) payable
renounceOwnership()
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _to, bool _approved)
setNFTbyTokenId(uint256 _tokenId, string attribute, bool status)
setTokenURI(uint256 _tokenId, string _uri)
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)
BoughtToken(address indexed buyer, uint256 tokenId)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetNFTbyTokenId(uint256 tokenId, bool result)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.