MOAR by Joan Cornella
Verified contract
Active on
Ethereum with 23,428 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ADIDAS | ERC-20 | 1.184522B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21198822 | 21 hours ago | | | 0 | 0.00057375714 | |
| 21193614 | 2 days ago | | | 0 | 0.0018931068 | |
| 21193379 | 2 days ago | | | 0 | 0.0010377399 | |
| 21193265 | 2 days ago | | | 0 | 0.00076756891 | |
| 21169421 | 5 days ago | | | 0 | 0.00096760865 | |
| 21150859 | 8 days ago | | | 0 | 0.00063731261 | |
| 21150617 | 8 days ago | | | 0 | 0.00078573365 | |
| 21146070 | 8 days ago | | | 0 | 0.00044467461 | |
| 21118176 | 12 days ago | | | 0 | 0.00018960850 | |
| 21101402 | 14 days ago | | | 0 | 0.00025340143 |
ABI
ABI objects
Getter at block 21204981
DHDAMaxSupply() view returns (uint256)
4110
DHDATotalSupply() view returns (uint256)
4110
DIAMOND_HAND_ID() view returns (uint256)
100174269792386221549057744104559225794426024577163489108264115352378092610744
DUTCH_AUCTION_DROP_INTERVAL() view returns (uint256)
2700
DUTCH_AUCTION_DROP_PER_STEP() view returns (uint256)
100000000000000000
DUTCH_AUCTION_END_PRICE() view returns (uint256)
100000000000000000
DUTCH_AUCTION_MAX_TICKET() view returns (uint256)
2
DUTCH_AUCTION_PRICE_CURVE_LENGTH() view returns (uint256)
10800
DUTCH_AUCTION_START_PRICE() view returns (uint256)
500000000000000000
burningActive() view returns (bool)
false
diamondHandMaxSupply() view returns (uint256)
1644
dutchAuctionPrice() view returns (uint256)
100000000000000000
dutchAuctionStartTime() view returns (uint256)
1649335500
maxSupply() view returns (uint256)
5555
metadataFrozen() view returns (bool)
false
name() view returns (string)
MOAR by Joan Cornella
owner() view returns (address)
0xdf92e031b00fbff462eceac436e2d906047ff70d
provenance() view returns (bytes32)
0x54c4d00c3eeba9d3b2d22e521aef89765bc303d851e1c498ed3261ba307ffeb1
saleOn() view returns (bool)
false
symbol() view returns (string)
MOAR
totalSupply() view returns (uint256)
5555
transferDeactive() view returns (bool)
false
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)
publicMints(address) view returns (uint256)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tiers(uint256) view returns (uint256 startTime, uint256 duration, uint256 maxTicketNum, uint256 ticketPrice)
tokenURI(uint256 tokenId) view returns (string)
transferLocks(uint256) view returns (uint8)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
configSales(uint256[] tierIds, uint256[] tierStartTimes, uint256[] tierDurations, uint256[] tierMaxTicketNums, uint256[] tierTicketPrices)
diamondHandMint(uint256 ticketNum, bytes signature) payable
dutchAuctionMint(uint256 ticketNum, bytes signature) payable
lockTransfer(uint256 tokenId, bool locked)
lockTransfers(uint256[] tokenIds, bool[] locks)
privateMint(address[] tos)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAdmin(address admin)
setApprovalForAll(address operator, bool approved)
setAuthority(address authority)
setBaseURI(string baseURI)
setDutchAuctionStartTime(uint256 startTime)
setProvenance(bytes32 provenance_)
setRoyaltyInfo(address royaltyReceiver, uint256 royaltyPercentage)
toggleFlag(uint256 flag)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 tierId, uint256 ticketNum, bytes signature) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
LockTransfer(address indexed owner, uint256 indexed tokenId, bool locked)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
refundFailed(address indexed recipient, uint256 amount)
constructor(address authority, address admin, address royaltyAddress)
This contract contains no fallback and receive objects.
ApprovalToOwner()
ArrayLengthMismatch()
BurnningInactive()
ContractBidder()
DuplicatedMint()
ExceedAuctionSupply()
ExceedDiamondHandSupply()
ExceedMaxSupply()
ExceedMaxTicket()
InvalidPayment()
InvalidSaleOn()
InvalidSignature()
InvalidTime()
MetadataFrozen()
NonAdmin()
NonERC721ReceiverImplementer()
NonExistentToken()
NonOwner()
NonOwnerOrApproved()
NonOwnerOrOperator()
RoyaltyPercentageExceed()
TransferDeactive()
TransferLocked()
TransferLockedByAdmin()
WithdrawFailed()
ZeroAddress()