WOOSHI WORLD
Verified contract
Active on
Ethereum with 6,007 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 "WOOSHI WORLD"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21240676 | 5 days ago | | | 0 | 0.00051202658 | |
| 21206978 | 9 days ago | | | 0 | 0.00041155182 | |
| 21206972 | 9 days ago | | | 0 | 0.00060389158 | |
| 21168563 | 15 days ago | | | 0 | 0.0013112476 | |
| 21146367 | 18 days ago | | | 0 | 0.00020631310 | |
| 21130984 | 20 days ago | | | 0 | 0.0010357803 | |
| 21104752 | 24 days ago | | | 0 | 0.000093366432 | |
| 21104747 | 24 days ago | | | 0 | 0.000089269200 | |
| 20923343 | 2 months ago | | | 0 | 0.0012227859 | |
| 20897177 | 2 months ago | | | 0 | 0.00023243079 |
ABI
ABI objects
Getter at block 21274116
baseTokenURI() view returns (string)
https://wooshi.uw.r.appspot.com/metadata/
name() view returns (string)
WOOSHI WORLD
owner() view returns (address)
0x301191eb6aa6f598188f2a07138c85385d132388
symbol() view returns (string)
WOOSH
Read-only
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)
tokenURI(uint256 tokenId) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
editMinter(address user)
editWhitelist(address user, bool whitelisted)
mint(uint256 tokenID, address user)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setTokenURI(string _tokenURI)
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 previousOwner, address indexed newOwner)
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.