Diamond Hands Will Win
Verified contract
Active on
Ethereum with 128 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 "Diamond Hands Will Win"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14944595 | 2 years ago | | | 0 | 0.00073562034 | |
| 14944561 | 2 years ago | | | 0 | 0.00091038026 | |
| 14941972 | 2 years ago | | | 0 | 0.0010801925 | |
| 14941824 | 2 years ago | | | 0 | 0.0010441071 | |
| 14941797 | 2 years ago | | | 0 | 0.0015746797 | |
| 14941745 | 2 years ago | | | 0.01 | 0.0029266176 | |
| 14941730 | 2 years ago | | | 0.01 | 0.0022961776 | |
| 14941718 | 2 years ago | | | 0.01 | 0.0027537050 | |
| 14941711 | 2 years ago | | | 0.02 | 0.0032930684 | |
| 14941693 | 2 years ago | | | 0.01 | 0.0034109091 |
ABI
ABI objects
Getter at block 21218033
FREE_MAX_SUPPLY() view returns (uint256)
150
MAX_PER_FREE() view returns (uint256)
1
MAX_PER_TX() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
555
baseURI() view returns (string)
ipfs://
name() view returns (string)
Diamond Hands Will Win
owner() view returns (address)
0x1a8ce2a757a68a9fdedf3ae29209d780c528d7f2
paused() view returns (bool)
false
price() view returns (uint256)
10000000000000000
proxyRegistryAddress() view returns (address)
0xa753fbc11d67d13d0eeadcda3cb99fac4a63746e
symbol() view returns (string)
DHWW
totalSupply() view returns (uint256)
168
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address _owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events Ownermint(uint256 _max)
approve(address to, uint256 tokenId)
mint(uint256 _amount) payable
pause(bool _state)
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_)
setPrice(uint256 _price)
setupOS()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()