McdonalsApplication
Verified contract
Active on
Ethereum with 1,199 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($27.71)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.0075 | $3,694.51 |
$27.71 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19391744 | 9 months ago | | | 0 | 0.0018834797 | |
| 18565979 | a year ago | | | 0 | 0.0010669590 | |
| 17254465 | 2 years ago | | | 0 | 0.0015860333 | |
| 17062737 | 2 years ago | | | 0 | 0.0016736293 | |
| 17038352 | 2 years ago | | | 0 | 0.0013636393 | |
| 17038350 | 2 years ago | | | 0 | 0.0012478452 | |
| 17012472 | 2 years ago | | | 0 | 0.00089479859 | |
| 17012472 | 2 years ago | | | 0 | 0.00089479859 | |
| 16731819 | 2 years ago | | | 0 | 0.00082986465 | |
| 16666304 | 2 years ago | | | 0 | 0.00083311850 |
ABI
ABI objects
Getter at block 21305826
MAX_MINTS_PER_TX() view returns (uint256)
5
NUM_FREE_MINTS() view returns (uint256)
1000
PUBLIC_SALE_PRICE() view returns (uint256)
10000000000000000
getBaseURI() view returns (string)
ipfs://QmcrjUZsqR5SE5dMmLhDeL8wwGGYN35QJnbRfrMewULEQB
isPublicSaleActive() view returns (bool)
true
maxSupply() view returns (uint256)
1111
name() view returns (string)
McdonalsApplication
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x050bc30697106603d2756b330d9dc36999125769
symbol() view returns (string)
MCJOB
totalSupply() view returns (uint256)
1111
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)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint256 numberOfTokens)
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setIsPublicSaleActive(bool _isPublicSaleActive)
setNumFreeMints(uint256 _numfreemints)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawTokens(address token)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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.
This contract contains no error objects.