Encouragemint
Verified contract
Active on
Ethereum with 8,231 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdbdc…f447
Balances ($0.00)
No balances found for "Encouragemint"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21307081 | an hour ago | | | 0 | 0.00036609150 | |
| 21169391 | 19 days ago | | | 0 | 0.0013297559 | |
| 21148931 | 22 days ago | | | 0 | 0.00052964524 | |
| 21148912 | 22 days ago | | | 0 | 0.00051323982 | |
| 21143880 | 23 days ago | | | 0 | 0.0017182718 | |
| 21118246 | a month ago | | | 0 | 0.00024865707 | |
| 21027755 | a month ago | | | 0 | 0.00027902059 | |
| 21027335 | a month ago | | | 0 | 0.00045375399 | |
| 21019863 | a month ago | | | 0 | 0.00048562647 | |
| 21012541 | a month ago | | | 0 | 0.00046434274 |
ABI
ABI objects
Getter at block 21307321
MAX_BATCH_SIZE() view returns (uint256)
6
isMintActive() view returns (bool)
false
name() view returns (string)
Encouragemint
owner() view returns (address)
0x1d522ae2dff7f5b3cb24465630a5951ad60c9233
renderer() view returns (address)
0xdbdc2be0cd1bcb1cc50a239e39ee62dc7793f447
symbol() view returns (string)
WORDS
totalSupply() view returns (uint256)
36907
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)
mint(uint256 _quantity, address _to) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setIsMintActive(bool _isMintActive)
setRenderer(address _rendererAddress)
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(address _rendererAddress)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()