Combat Wombats
Verified contract
Active on
Ethereum with 1,130 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 "Combat Wombats"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20752670 | 3 months ago | | | 0 | 0.000077186792 | |
| 20752604 | 3 months ago | | | 0 | 0.000080576604 | |
| 20752591 | 3 months ago | | | 0 | 0.00010514978 | |
| 20649873 | 3 months ago | | | 0 | 0.000063624583 | |
| 19107393 | 10 months ago | | | 0 | 0.00049856200 | |
| 18993982 | a year ago | | | 0 | 0.0012894655 | |
| 18915471 | a year ago | | | 0 | 0.00027410769 | |
| 18571515 | a year ago | | | 0 | 0.0011468757 | |
| 18530366 | a year ago | | | 0 | 0.0013107006 | |
| 18530306 | a year ago | | | 0 | 0.0013665355 |
ABI
ABI objects
Getter at block 21382334
_baseTokenURI() view returns (string)
ipfs://QmUNtyo4eSbsc7iU9WmVgkF8BdEoST7MMHf1NdNAz1SQya/
manager() view returns (address)
0xd6911ed0a937e6a6670823fa8976ba54ab42afd4
name() view returns (string)
Combat Wombats
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x567dbb888734ad06e1ce24697afee46ce0940a1f
symbol() view returns (string)
CW
totalSupply() view returns (uint256)
8888
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)
State-modifying
Events approve(address to, uint256 tokenId)
renounceOwnership()
safeMint(address to, uint256 quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setManager(address to)
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(string name_, string symbol_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()