OE Jesse Fella
Verified contract
Active on
Base with 2,149 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,802.23)
Native
Value
$1,802.23
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.74004 | $2,435.31 |
$1,802.23 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22002851 | 2 hours ago | | | 0 | 1.4022737e-7 | |
| 22002157 | 3 hours ago | | | 0.00042 | 0.0000032695884 | |
| 22001615 | 3 hours ago | | | 0.00042 | 4.7048701e-7 | |
| 22000146 | 4 hours ago | | | 0.00042 | 4.7138290e-7 | |
| 21998992 | 4 hours ago | | | 0 | 0.000000104626922769 | |
| 21998880 | 5 hours ago | | | 0.00042 | 3.3682589e-7 | |
| 21997181 | 5 hours ago | | | 0.00042 | 4.7871792e-7 | |
| 21991559 | 9 hours ago | | | 0.00042 | 4.9883436e-7 | |
| 21989511 | 10 hours ago | | | 0.00042 | 4.8595537e-7 | |
| 21989218 | 10 hours ago | | | 0.00042 | 4.8595537e-7 |
ABI
ABI objects
Getter at block 22007047
FUND_RECEIVER() view returns (address)
0xefe8b63458b27a82833dcc8fd84f6d672639184d
getMintCurrency() view returns (address)
0x0000000000000000000000000000000000000000
getNumberStages() view returns (uint256)
1
name() view returns (string)
OE Jesse Fella
owner() view returns (address)
0xefe8b63458b27a82833dcc8fd84f6d672639184d
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
jesse_fellas
totalSupply() view returns (uint256)
1762
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getActiveStageFromTimestamp(uint64 timestamp) view returns (uint256)
getGlobalWalletLimit(uint256 tokenId) view returns (uint256)
getMaxMintableSupply(uint256 tokenId) view returns (uint256)
getStageInfo(uint256 stage) view returns (struct IERC1155MMintStageInfo, uint256[], uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalMintedByAddress(address account) view returns (uint256[])
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events acceptOwnership()
addAuthorizedMinter(address minter)
authorizedMint(address to, uint256 tokenId, uint32 qty, uint32 limit, bytes32[] proof) payable
mint(uint256 tokenId, uint32 qty, bytes32[] proof) payable
mintWithLimit(uint256 tokenId, uint32 qty, uint32 limit, bytes32[] proof) payable
ownerMint(address to, uint256 tokenId, uint32 qty)
removeAuthorizedMinter(address minter)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)
setApprovalForAll(address operator, bool approved)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setGlobalWalletLimit(uint256 tokenId, uint256 globalWalletLimit)
setMaxMintableSupply(uint256 tokenId, uint256 maxMintableSupply)
setStages(struct IERC1155MMintStageInfo[] newStages)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
setTransferable(bool transferable)
setURI(string newURI)
transferOwnership(address newOwner)
withdraw()
withdrawERC20()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
DefaultRoyaltySet(address receiver, uint96 feeNumerator)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetGlobalWalletLimit(uint256 indexed tokenId, uint256 globalWalletLimit)
SetMaxMintableSupply(uint256 indexed tokenId, uint256 maxMintableSupply)
SetTransferable(bool transferable)
TokenRoyaltySet(uint256 indexed tokenId, address receiver, uint96 feeNumerator)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
UpdateStage(uint256 indexed stage, uint80[] price, uint80[] mintFee, uint32[] walletLimit, bytes32[] merkleRoot, uint24[] maxStageSupply, uint64 startTimeUnixSeconds, uint64 endTimeUnixSeconds)
Withdraw(uint256 value)
WithdrawERC20(address indexed mintCurrency, uint256 value)
constructor(string collectionName, string collectionSymbol, string uri, uint256[] maxMintableSupply, uint256[] globalWalletLimit, address mintCurrency, address fundReceiver, address royaltyReceiver, uint96 royaltyFeeNumerator)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
CannotIncreaseMaxMintableSupply()
ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)
ERC1155InvalidApprover(address approver)
ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)
ERC1155InvalidOperator(address operator)
ERC1155InvalidReceiver(address receiver)
ERC1155InvalidSender(address sender)
ERC1155MissingApprovalForAll(address operator, address owner)
ERC2981InvalidDefaultRoyalty(uint256 numerator, uint256 denominator)
ERC2981InvalidDefaultRoyaltyReceiver(address receiver)
ERC2981InvalidTokenRoyalty(uint256 tokenId, uint256 numerator, uint256 denominator)
ERC2981InvalidTokenRoyaltyReceiver(uint256 tokenId, address receiver)
FailedInnerCall()
GlobalWalletLimitOverflow()
InsufficientStageTimeGap()
InvalidLimitArgsLength()
InvalidProof()
InvalidStage()
InvalidStageArgsLength()
InvalidStartAndEndTimestamp()
InvalidTokenId()
NewSupplyLessThanTotalSupply()
NoSupplyLeft()
NotAuthorized()
NotEnoughValue()
NotSupported()
NotTransferable()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)
StageSupplyExceeded()
TimestampExpired()
TransferFailed()
WalletGlobalLimitExceeded()
WalletStageLimitExceeded()
WithdrawFailed()
WrongMintCurrency()