Machine Elves
Verified contract
Active on
Ethereum with 901 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 6 additional slots
-
variable spans 1 additional slot
0xe398…1791
2 additional
variables
Balances ($0.00)
No balances found for "Machine Elves"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19238395 | 9 months ago | | | 0 | 0.00041096701 | |
| 18899093 | a year ago | | | 0 | 0.0010719902 | |
| 18855922 | a year ago | | | 0 | 0.0010495871 | |
| 18802602 | a year ago | | | 0 | 0.00088594495 | |
| 18525305 | a year ago | | | 0 | 0.00085651926 | |
| 18375813 | a year ago | | | 0 | 0.00029372015 | |
| 18357376 | a year ago | | | 0 | 0.00048479832 | |
| 18357374 | a year ago | | | 0 | 0.00048358556 | |
| 18352946 | a year ago | | | 0 | 0.00027272543 | |
| 18083074 | a year ago | | | 0 | 0.00046081886 |
ABI
ABI objects
Getter at block 21224928
MAX_PER_PRESALE_PURCHASE() view returns (uint256)
5
MAX_PER_PURCHASE() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
5555
RESERVE_QTY() view returns (uint256)
32
SALE_PRICE() view returns (uint256)
80000000000000000
foundersDeedClaimActive() view returns (bool)
false
metadataLocked() view returns (bool)
false
name() view returns (string)
Machine Elves
owner() view returns (address)
0x31522146c57eaaeb278fbffc97a94214b0f95404
presaleMintActive() view returns (bool)
false
publicMintActive() view returns (bool)
false
symbol() view returns (string)
ELF
totalSupply() view returns (uint256)
600
Read-only
balanceOf(address owner) view returns (uint256)
canClaim(address addr) view returns (bool)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events addDeedholderAddresses(address[] addresses)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
distributeFromReserve(uint256 qty, address recipient)
distributeFunds()
foundersDeedClaim()
lockMetadataUrl()
mint(uint256 qty) payable
presaleMint(bytes32 hash, bytes sig, string nonce, uint256 qty) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAdmins(address[2] adminAddresses)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setFoundersDeedClaimActive(bool active)
setFoundersDeedInstance(address instanceAddress)
setPresaleActive(bool active)
setPublicSaleActive(bool active)
setSignerAddress(address addr)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(address indexed recipient, uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.