MachineHeads
Verified contract
Active on
Ethereum with 5,174 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MachineHeads"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19493548 | 8 months ago | | | 0 | 0.00042822630 | |
| 18802574 | a year ago | | | 0 | 0.00081497719 | |
| 18295155 | a year ago | | | 0 | 0.00026586924 | |
| 18047920 | a year ago | | | 0 | 0.00076361231 | |
| 17822831 | a year ago | | | 0 | 0.0010707431 | |
| 17356126 | a year ago | | | 0 | 0.0010530511 | |
| 17348547 | a year ago | | | 0 | 0.0011119013 | |
| 17315319 | a year ago | | | 0 | 0.0023188873 | |
| 16950829 | 2 years ago | | | 0 | 0.0010088454 | |
| 16932882 | 2 years ago | | | 0 | 0.0011440879 |
ABI
ABI objects
Getter at block 21193583
baseURI() view returns (string)
ipfs://bafybeicnlvk6v7xztdzkzmg546gqideeb2xz6sfv5spg75v7wlrbr2yjc4/
cost() view returns (uint256)
3900000000000000
maxPerTx() view returns (uint256)
10
maxPerWallet() view returns (uint256)
20
maxSupply() view returns (uint256)
7000
name() view returns (string)
MachineHeads
owner() view returns (address)
0x80db4259207243c53941c9a5c0a0161cf5b5d4a8
sale() view returns (bool)
true
symbol() view returns (string)
MCHD
totalSupply() view returns (uint256)
7000
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 _amount) payable
ownerMint(uint256 _amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newURI)
setCost(uint256 _cost)
setSupply(uint256 _newSupply)
toggleSale(bool _toggle)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()