Loser Bulls
Verified contract
Active on
Ethereum with 462 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($97.59)
Native
Value
$97.59
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0265 | $3,682.71 |
$97.59 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15558546 | 2 years ago | | | 0 | 0.00024926274 | |
| 15198756 | 2 years ago | | | 0 | 0.00018168888 | |
| 15012471 | 2 years ago | | | 0 | 0.0011216528 | |
| 15006770 | 2 years ago | | | 0 | 0.0015378954 | |
| 14990975 | 2 years ago | | | 0.0264 | 0.0024231490 | |
| 14980801 | 3 years ago | | | 0 | 0.0025616133 | |
| 14940133 | 3 years ago | | | 0 | 0.0013140975 | |
| 14937161 | 3 years ago | | | 0 | 0.0017533566 | |
| 14937161 | 3 years ago | | | 0 | 0.0017533566 | |
| 14937158 | 3 years ago | | | 0 | 0.0015546318 |
ABI
ABI objects
Getter at block 21434822
FREE_MAX_SUPPLY() view returns (uint256)
2000
MAX_PER_TX() view returns (uint256)
10
MAX_PER_TX_FREE() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
8888
isActive() view returns (bool)
true
mintPrice() view returns (uint256)
6600000000000000
name() view returns (string)
Loser Bulls
owner() view returns (address)
0x5b10eb72600ff148d894d0bad339760e62e12855
symbol() view returns (string)
LB
totalSupply() view returns (uint256)
2013
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)
mint(uint256 _count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxMintSupply(uint256 maxMintSupply)
setMaximumAllowedTokens(uint256 _count)
toggleSaleStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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 baseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()