LastFuckingWords
Verified contract
Active on
Ethereum with 326 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 "LastFuckingWords"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17175650 | 2 years ago | | | 0 | 0.0049595577 | |
| 16745288 | 2 years ago | | | 0 | 0.0013879659 | |
| 16465582 | 2 years ago | | | 0 | 0.00073822332 | |
| 16254040 | 2 years ago | | | 0 | 0.00051624609 | |
| 15648076 | 2 years ago | | | 0 | 0.00068949332 | |
| 15342327 | 2 years ago | | | 0 | 0.00048658088 | |
| 15316230 | 2 years ago | | | 0 | 0.0010238277 | |
| 15283296 | 2 years ago | | | 0 | 0.0015632010 | |
| 15153104 | 2 years ago | | | 0 | 0.00085619008 | |
| 15132033 | 2 years ago | | | 0 | 0.00093238000 |
ABI
ABI objects
Getter at block 21162137
artist() view returns (address)
0x44c345285a5d59d84a886a175c63e37a5b5e3faf
baseURI() view returns (string)
https://last-fking-words.s3.eu-west-2.amazonaws.com/t/
devs() view returns (address)
0xbd152acfa5f810cba903c2efe7074be88e335f50
maxReserved() view returns (uint256)
0
maxSupply() view returns (uint256)
66
name() view returns (string)
LastFuckingWords
owner() view returns (address)
0x44c345285a5d59d84a886a175c63e37a5b5e3faf
price() view returns (uint256)
66600000000000000
saleStarted() view returns (bool)
true
symbol() view returns (string)
LFW
totalSupply() view returns (uint256)
66
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint() payable
mintReserved(address _receiver, uint256 _tokenId)
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)
startSale()
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 _artist, address _devs)
This contract contains no fallback and receive objects.
This contract contains no error objects.