Welly Friends
Verified contract
Active on
Ethereum with 5,406 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "Welly Friends"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21184452 | 4 days ago | | | 0 | 0.0014977507 | |
| 21171841 | 5 days ago | | | 0 | 0.0014217532 | |
| 21171096 | 5 days ago | | | 0 | 0.0022957909 | |
| 21131833 | 11 days ago | | | 0 | 0.0011484790 | |
| 21130906 | 11 days ago | | | 0 | 0.0010535807 | |
| 21130896 | 11 days ago | | | 0 | 0.0010411091 | |
| 21130249 | 11 days ago | | | 0 | 0.00080269392 | |
| 21120116 | 13 days ago | | | 0 | 0.00016979595 | |
| 21120109 | 13 days ago | | | 0 | 0.00016501192 | |
| 21119981 | 13 days ago | | | 0 | 0.00021113891 |
ABI
ABI objects
Getter at block 21209744
_actual_sale_status() view returns (uint8)
2
contractURI() pure returns (string)
https://gateway.pinata.cloud/ipfs/QmfJawxyaqhCx4XBQTsJiy62h7Pq3dJAAXcZH91EHy3o2e
cost() view returns (uint256)
150000000000000000
max_tokens_per_mint() view returns (uint256)
10
name() view returns (string)
Welly Friends
owner() view returns (address)
0xf6437797e0d2d7cd22396bc56b05ef6a1299d49e
sale_start_date() view returns (uint256)
1654804714
symbol() view returns (string)
WELLY
totalSupply() view returns (uint256)
4273
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 _mintAmount) 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 _newBaseURI)
setIsRevealed(bool _flag)
setNotRevealedURI(string _newRevealedURI)
setSaleStatus(uint8 _newStatus)
setWhiteLists(address[] _addrs)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address recipient)
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(string _initBaseURI, string _not_revealed_uri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()