Abstraction WaterColor by Well
Verified contract
Active on
Ethereum with 620 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 "Abstraction WaterColor by Well"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18910133 | a year ago | | | 0 | 0.00046453492 | |
| 16618159 | 2 years ago | | | 0 | 0.00047066677 | |
| 16617780 | 2 years ago | | | 0 | 0.00076609685 | |
| 16617780 | 2 years ago | | | 0 | 0.00076609685 | |
| 16617774 | 2 years ago | | | 0 | 0.00074539351 | |
| 16617774 | 2 years ago | | | 0 | 0.00074539351 | |
| 16617769 | 2 years ago | | | 0 | 0.00071878241 | |
| 16617766 | 2 years ago | | | 0 | 0.00066180877 | |
| 16617766 | 2 years ago | | | 0.002 | 0.00040223642 | |
| 16617765 | 2 years ago | | | 0.002 | 0.00043441357 |
ABI
ABI objects
Getter at block 21214784
cost() view returns (uint256)
2000000000000000
maxFreeTx() view returns (uint256)
1
maxSupply() view returns (uint256)
512
name() view returns (string)
Abstraction WaterColor by Well
owner() view returns (address)
0x3cac31a4b99e679aa318b57531a5cc14dba52190
symbol() view returns (string)
WaterColor
totalSupply() view returns (uint256)
512
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) payable
giveaway(address rec, uint256 amount)
mint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setMaxFreePerAddr(uint256 maxTx, uint256 maxS)
seturi(string u)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()