UnOrdinal Sheriff
Verified contract
Active on
Ethereum with 215 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 "UnOrdinal Sheriff"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16702811 | 2 years ago | | | 0 | 0.0025059550 | |
| 16612741 | 2 years ago | | | 0.003 | 0.00051181249 | |
| 16610741 | 2 years ago | | | 0 | 0.00064268830 | |
| 16609287 | 2 years ago | | | 0 | 0.00071584977 | |
| 16609055 | 2 years ago | | | 0 | 0.00042997649 | |
| 16609050 | 2 years ago | | | 0 | 0.00072503050 | |
| 16609026 | 2 years ago | | | 0 | 0.00071195402 | |
| 16609020 | 2 years ago | | | 0 | 0.00040529388 | |
| 16609019 | 2 years ago | | | 0 | 0.00071184676 | |
| 16609018 | 2 years ago | | | 0 | 0.00073263778 |
ABI
ABI objects
Getter at block 21392418
baseURI() view returns (string)
ipfs://QmSxGyHrwVxPoySsCdNSS72VGjDekkuFPufCwkxs9CrVr1/
maxPerWallet() view returns (uint256)
5
maxSupply() view returns (uint256)
521
mintPrice() view returns (uint256)
3000000000000000
name() view returns (string)
UnOrdinal Sheriff
owner() view returns (address)
0xdfbd406abca84e5f1b8aea564f690712b96ceffc
paused() view returns (bool)
false
symbol() view returns (string)
US
totalSupply() view returns (uint256)
521
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 airdrop(address receiver, uint256 amount)
approve(address to, uint256 tokenId) payable
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setPrice(uint256 _newPrice)
setSupply(uint256 newSupply)
startSale()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()