Doji x Ethereum
Verified contract
Active on
Ethereum with 1,279 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 "Doji x Ethereum"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18994036 | 10 months ago | | | 0 | 0.00058138649 | |
| 18994035 | 10 months ago | | | 0 | 0.00057980554 | |
| 17965625 | a year ago | | | 0 | 0.0011162863 | |
| 17517437 | a year ago | | | 0 | 0.00030662315 | |
| 17009675 | 2 years ago | | | 0 | 0.0010788405 | |
| 17008271 | 2 years ago | | | 0 | 0.00048600000 | |
| 16586183 | 2 years ago | | | 0 | 0.0018352002 | |
| 16505055 | 2 years ago | | | 0 | 0.00071051285 | |
| 16501832 | 2 years ago | | | 0 | 0.00071234314 | |
| 16491623 | 2 years ago | | | 0 | 0.00049419969 |
ABI
ABI objects
Getter at block 21224287
MAX_FREE() view returns (uint256)
1500
MAX_PER_MINT() view returns (uint256)
5
MAX_PUBLIC() view returns (uint256)
612
MAX_SUPPLY() view returns (uint256)
2112
UNIT_PRICE() view returns (uint256)
50000000000000000
freeMintLive() view returns (bool)
false
name() view returns (string)
Doji x Ethereum
owner() view returns (address)
0xbc046711c42a5311f982d43a21718673eb12ee82
saleLive() view returns (bool)
true
signerAddress() view returns (address)
0xbc046711c42a5311f982d43a21718673eb12ee82
symbol() view returns (string)
DOJIETH
totalSupply() view returns (uint256)
1500
Read-only
balanceOf(address owner) view returns (uint256)
freeMinters(address) 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)
verifyHash(bytes32 hash, bytes signature) pure returns (address signer)
State-modifying
Events approve(address to, uint256 tokenId)
mintFree(uint256 numberOfToken, uint256 maxFree, bytes signature) payable
mintPublic(uint256 numberOfToken) 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 URI)
setScores(address _scoresAddress)
setSignerAddress(address signer)
setStory(uint256 tokenId, string _story)
setStoryTitle(uint256 tokenId, string _title)
setVault(address _vaultAddress)
startFreeMint()
startSale()
stopFreeMint()
stopSale()
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)
StoryOfTheDay(uint256 indexed tokenId, string story)
StoryTitle(uint256 indexed tokenId, string title)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()