Sheboshis
Verified contract
Proxy
Active on
Ethereum with 9,797 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x27c7…6634
-
variable spans 10 additional slots
Balances ($19,875.98)
Native
Value
$19,786.62
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 6.175733 | $3,203.93 |
$19,786.62 | |
SHEB | ERC-20 | 1 | $89.36 |
$89.36 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156953 | 3 hours ago | | | 0 | 0.00043636661 | |
| 21155413 | 8 hours ago | | | 0 | 0.00079509782 | |
| 21152664 | 17 hours ago | | | 0 | 0.00075536903 | |
| 21151589 | 21 hours ago | | | 0 | 0.00068481108 | |
| 21149298 | a day ago | | | 0 | 0.0016372809 | |
| 21145561 | 2 days ago | | | 0 | 0.00050279805 | |
| 21144386 | 2 days ago | | | 0 | 0.0023897920 | |
| 21143662 | 2 days ago | | | 0 | 0.0041832160 | |
| 21140031 | 2 days ago | | | 0 | 0.00042347338 | |
| 21139296 | 3 days ago | | | 0 | 0.0011510384 |
ABI
ABI objects
Getter at block 21157736 proxiableUUID() view returns (bytes32)
LEASHHolderMintLimit() view returns (uint8)
250
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
contractsApproval() view returns (bool)
false
decimals() pure returns (uint8)
18
maxSupply() view returns (uint256)
20000
mintPrice() view returns (uint256)
1000000000000000000000
mirrorERC721() view returns (address)
0x7b463415d67b013d5f1106fd3df048973bc214dd
name() view returns (string)
Sheboshis
numMinted() view returns (uint256)
0
owner() view returns (address result)
0xc7d0445ac2947760b3dd388b8586adf079972bf3
reveal() view returns (bool)
true
saleStartTime() view returns (uint256)
1708465451
symbol() view returns (string)
SHEB
tokenLEASH() view returns (address)
0x27c70cd1946795b66be9d954418546998b546634
totalSupply() view returns (uint256)
20000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getSkipNFT(address owner) view returns (bool)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
tokenURI(uint256 tokenId) view returns (string result)
State-modifying
Events approvalToContracts(bool _value)
approve(address spender, uint256 amount) returns (bool)
cancelOwnershipHandover() payable
changeName(uint256 tokenId, string newName)
claim(uint256 amount, bytes32[] proof)
completeOwnershipHandover(address pendingOwner) payable
initialize(string name_, string symbol_, uint96 initialTokenSupply, bytes32 _allowlistRoot, uint256 _maxSupply, uint256 _mintPrice, uint8 _LEASHHolderMintLimit, uint96 _earnings)
mint(uint256 amount) payable
renounceOwnership() payable
requestOwnershipHandover() payable
setAllowlistRoot(bytes32 _allowlistRoot)
setBaseURI(string baseURI_)
setLEASH(address addr)
setLEASHHolderMintLimit(uint8 _LEASHHolderMintLimit)
setMaxSupply(uint256 _maxSupply)
setMintPrice(uint256 _mintPrice)
setReveal()
setSkipNFT(bool skipNFT) returns (bool)
startSale()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner) payable
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw()
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 amount)
ContractURIUpdated()
Initialized(uint64 version)
NameChanged(uint256 indexed tokenId, string name)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
SkipNFTSet(address indexed target, bool status)
Transfer(address indexed from, address indexed to, uint256 amount)
Upgraded(address indexed implementation)
constructor(address implementation, bytes _data)
fallback()
fallback()
receive()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AddressEmptyCode(address target)
AlreadyInitialized()
ApprovalCallerNotOwnerNorApproved()
DNAlreadyInitialized()
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
InsufficientAllowance()
InsufficientBalance()
InvalidInitialization()
InvalidMint()
InvalidPrice()
InvalidProof()
LinkMirrorContractFailed()
MirrorAddressIsZero()
NewOwnerIsZeroAddress()
NoHandoverRequest()
NotInitializing()
ReentrancyGuardReentrantCall()
SaleNotStarted()
SenderNotMirror()
TokenDoesNotExist()
TotalSupplyOverflow()
TotalSupplyReached()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToZeroAddress()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)
Unauthorized()
UnitIsZero()