ERC20Minter
Verified contract
Active on
Base with 179,525 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4.31)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YOYO | ERC-20 | 100K | $0.000038 |
$3.81 | |
DEGEN | ERC-20 | 11 | $0.020742 |
$0.23 | |
BENTO | ERC-20 | 17.761776M | $0.00 |
$0.21 | |
AIINU | ERC-20 | 1 | $0.021203 |
$0.02 | |
USDC | ERC-20 | 0.013483 | $1.001 |
$0.01 | |
PEEZY | ERC-20 | 1.2 | $0.009749 |
$0.01 | |
NEGED | ERC-20 | 112 | $0.000062 |
$0.01 | |
BOOMER | ERC-20 | 0.069 | $0.011852 |
$0 | |
Boe | ERC-20 | 0.69 | $0.000167 |
$0 | |
MINKY | ERC-20 | 11 | $0.000007 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22732271 | a few seconds ago | | | 0 | 4.7640491e-7 | |
| 22732121 | 6 minutes ago | | | 0 | 0.000019090690 | |
| 22731999 | 10 minutes ago | | | 0 | 0.000019091909 | |
| 22731995 | 10 minutes ago | | | 0 | 0.000020075696 | |
| 22731879 | 14 minutes ago | | | 0 | 5.1850040e-7 | |
| 22731859 | 14 minutes ago | | | 0 | 0.000020075696 | |
| 22731793 | 17 minutes ago | | | 0 | 0.000000502771098768 | |
| 22731780 | 17 minutes ago | | | 0 | 0.000020075696 | |
| 22731699 | 20 minutes ago | | | 0 | 0.000017363272 | |
| 22731671 | 21 minutes ago | | | 0 | 4.7238420e-7 |
ABI
ABI objects
Getter at block 22732287
contractName() pure returns (string)
ERC20 Minter
contractURI() pure returns (string)
https://github.com/ourzora/zora-protocol/
contractVersion() pure returns (string)
1.0.0
totalRewardPct() pure returns (uint256)
5
zoraRewardRecipientAddress() view returns (address)
0x7bf90111ad7c22bec9e9dff8a01a44713cc1b1b6
Read-only
computePaidMintRewards(uint256 totalReward) pure returns (struct IERC20MinterRewardsSettings)
computeReward(uint256 totalReward, uint256 rewardPct) pure returns (uint256)
computeTotalReward(uint256 totalValue) pure returns (uint256)
getCreateReferral(address tokenContract, uint256 tokenId) view returns (address createReferral)
getFirstMinter(address tokenContract, uint256 tokenId) view returns (address firstMinter)
getMintedPerWallet(address tokenContract, uint256 tokenId, address wallet) view returns (uint256)
requestMint(address, uint256, uint256, uint256, bytes) pure returns (struct ICreatorCommandsCommandSet)
sale(address tokenContract, uint256 tokenId) view returns (struct IERC20MinterSalesConfig)
supportsInterface(bytes4 interfaceId) pure returns (bool)
State-modifying
Events initialize(address _zoraRewardRecipientAddress)
mint(address mintTo, uint256 quantity, address tokenAddress, uint256 tokenId, uint256 totalValue, address currency, address mintReferral, string comment)
resetSale(uint256 tokenId)
setSale(uint256 tokenId, struct IERC20MinterSalesConfig salesConfig)
setZoraRewardsRecipient(address recipient)
ERC20MinterInitialized(uint256 rewardPercentage)
ERC20RewardsDeposit(address indexed createReferral, address indexed mintReferral, address indexed firstMinter, address zora, address collection, address currency, uint256 tokenId, uint256 createReferralReward, uint256 mintReferralReward, uint256 firstMinterReward, uint256 zoraReward)
MintComment(address indexed sender, address indexed tokenContract, uint256 indexed tokenId, uint256 quantity, string comment)
SaleSet(address indexed mediaContract, uint256 indexed tokenId, struct IERC20MinterSalesConfig salesConfig)
ZoraRewardsRecipientSet(address indexed prevRecipient, address indexed newRecipient)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AddressZero()
AlreadyInitialized()
ERC20TransferSlippage()
InvalidCurrency()
OnlyZoraRewardsRecipient()
PricePerTokenTooLow()
RequestMintInvalidUseMint()
SaleEnded()
SaleHasNotStarted()
UserExceedsMintLimit(address user, uint256 limit, uint256 requestedAmount)
WrongValueSent()