Outback
Verified contract
Active on
Ethereum with 6,344 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 "Outback"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20729088 | 2 months ago | | | 0 | 0.00018439323 | |
| 20662561 | 3 months ago | | | 0 | 0.000093787625 | |
| 20562560 | 3 months ago | | | 0 | 0.000056829032 | |
| 19799241 | 7 months ago | | | 0 | 0.00019136221 | |
| 19593580 | 8 months ago | | | 0 | 0.00026458262 | |
| 19343864 | 9 months ago | | | 0 | 0.0020164480 | |
| 19076421 | 10 months ago | | | 0 | 0.00026291696 | |
| 19014094 | 10 months ago | | | 0 | 0.0013321380 | |
| 18759227 | a year ago | | | 0 | 0.00061328720 | |
| 18759224 | a year ago | | | 0 | 0.0013846500 |
ABI
ABI objects
Getter at block 21276222
baseURI() view returns (string)
https://quandefi-public-metadata.s3.amazonaws.com/0xd79b945c14b4803de79d662e55afc56e6a6a6796/
maxSupply() view returns (uint128)
8151
name() view returns (string)
Outback
owner() view returns (address)
0x1eafd273676d0b66c7ac1367ceadfa6ff2e14195
saleStartTime() view returns (uint128)
1656007200
symbol() view returns (string)
OBSH
teamClaimed() view returns (uint128)
70
totalSupply() view returns (uint256)
8151
Read-only
addressClaimed(address) view returns (uint8)
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(uint8 _amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
teamClaim(uint128 _amount)
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(uint128 _saleStartTime)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()