UltraSound Bat Club
Verified contract
Active on
Ethereum with 1,068 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($74.19)
Native
Value
$74.19
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.02 | $3,709.36 |
$74.19 | |
(#745621) | Emblem.pro | ERC-721 | 1 | -- | -- |
MINT | ERC-721 | 1 | -- | -- | |
MINT | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20884750 | 2 months ago | | | 0 | 0.00034848875 | |
| 20208440 | 5 months ago | | | 0 | 0.00022697043 | |
| 20208428 | 5 months ago | | | 0 | 0.00035345328 | |
| 20030385 | 6 months ago | | | 0 | 0.00047658009 | |
| 19815017 | 7 months ago | | | 0 | 0.00011017958 | |
| 18837844 | a year ago | | | 0 | 0.0013802032 | |
| 18709552 | a year ago | | | 0 | 0.00079831925 | |
| 17926475 | a year ago | | | 0 | 0.00088367906 | |
| 17105663 | 2 years ago | | | 0 | 0.0019558433 | |
| 16704492 | 2 years ago | | | 0 | 0.0010168597 |
ABI
ABI objects
Getter at block 21303963 getMyAssets() view returns (uint256[])
maxTx() view returns (uint256)
20
name() view returns (string)
UltraSound Bat Club
nonce() view returns (uint256)
1434
owner() view returns (address)
0xcc3f976bbd4b8985d07e0dd371eea6b7486d6c52
price() view returns (uint256)
20000000000000000
symbol() view returns (string)
USBC
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getAssetsByOwner(address _owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
members(uint256) view returns (address)
ownerOf(uint256 tokenId) view returns (address)
society(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
buy(uint256 qty) payable
giveaway(address to, uint256 qty)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _uri)
setMaxTx(uint256 newMax)
setMember(address member, uint256 percent)
setPrice(uint256 newPrice)
setTotalSupply(uint256 newSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawOwner()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Giveaway(address to, uint256 qty)
Mint(address owner, uint256 qty)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetMember(address indexed member, uint256 percent)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdraw(uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.