Digit mfers
Verified contract
Active on
Ethereum with 661 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 "Digit mfers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20715714 | 3 months ago | | | 0 | 0.00034545938 | |
| 19598784 | 8 months ago | | | 0 | 0.00035833208 | |
| 18802852 | a year ago | | | 0 | 0.00080891714 | |
| 16458560 | 2 years ago | | | 0 | 0.00074131708 | |
| 16298179 | 2 years ago | | | 0 | 0.00069520579 | |
| 16185543 | 2 years ago | | | 0 | 0.0017988701 | |
| 16052234 | 2 years ago | | | 0 | 0.0024037392 | |
| 16052221 | 2 years ago | | | 0 | 0.0029163529 | |
| 16013095 | 2 years ago | | | 0 | 0.00057570541 | |
| 15824625 | 2 years ago | | | 0 | 0.00031490062 |
ABI
ABI objects
Getter at block 21383403
DM_MAX() view returns (uint256)
5000
DM_PER_MINT() view returns (uint256)
20
DM_PRICE() view returns (uint256)
0
DM_PRICE_free() view returns (uint256)
0
StakingContract() view returns (address)
0x0000000000000000000000000000000000000000
earningRate() view returns (uint256)
115740740600000
name() view returns (string)
Digit mfers
owner() view returns (address)
0x40af3eb89677604e3e97753e28235038a56aed7e
publicLive() view returns (bool)
true
stakingLive() view returns (bool)
false
symbol() view returns (string)
DM
tokenMintsCounter() view returns (uint256)
5000
totalSupply() view returns (uint256)
5000
Read-only
balanceIds(address, uint256) view returns (uint256)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensLastClaimBlock(uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
claimStakingRewards()
founderMint(uint256 tokenQuantity)
gift(address[] receivers)
mint(uint256 tokenQuantity) 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)
setEarningRate(uint256 rate)
setMax(uint256 newCount)
setPrice(uint256 newPrice)
setPrice_500(uint256 newPrice)
setStakingContract(address contractAddress)
togglePublicMintStatus()
toggleStakingStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()