Chicago Bulls - THE AUROCHS
Verified contract
Active on
Ethereum with 959 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6.28)
Native
Value
$6.28
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.002 | $3,139.77 |
$6.28 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17356809 | a year ago | | | 0 | 0.0012322819 | |
| 15696539 | 2 years ago | | | 0 | 0.00070518951 | |
| 15559641 | 2 years ago | | | 0 | 0.00053495096 | |
| 15559637 | 2 years ago | | | 0 | 0.00028525600 | |
| 15559635 | 2 years ago | | | 0 | 0.00083016000 | |
| 15544877 | 2 years ago | | | 0 | 0.00028009800 | |
| 15540799 | 2 years ago | | | 0 | 0.0017031496 | |
| 15525464 | 2 years ago | | | 0 | 0.00040351490 | |
| 15515333 | 2 years ago | | | 0 | 0.00034360686 | |
| 15514563 | 2 years ago | | | 0 | 0.00027842408 |
ABI
ABI objects
Getter at block 21162547
baseTokenURI() view returns (string)
ipfs://Qma5eX3HZwfNfuJ2KBHWiAd7eyMpuQJXJxQcZRDaSUfT6X?filename=ChicagoBulls.json
defaultTokenURI() view returns (string)
maxSupply() view returns (uint256)
5555
name() view returns (string)
Chicago Bulls - THE AUROCHS
owner() view returns (address)
0xa7266e4b81e3834e104aa5cf23b96ccdbf7a9761
publicMintStatus() view returns (uint8)
2
publicSalePrice() view returns (uint256)
1000000000000000
symbol() view returns (string)
bulls
totalSupply() view returns (uint256)
1650
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
usermint(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
marketMint(address[] marketmintaddress, uint256[] mintquantity) payable
mint(uint256 _quantity) 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 _baseTokenURI)
setDefaultURI(string _defaultURI)
setPublicMintStatus(uint256 status)
setPublicPrice(uint256 mintprice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _baseTokenURI, uint256 _maxSupply, uint256 _publicSalePrice)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()