Culture by Lou
Verified contract
Active on
Ethereum with 652 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 "Culture by Lou"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16236581 | 2 years ago | | | 0 | 0.00069474386 | |
| 14994776 | 2 years ago | | | 0 | 0.00081958281 | |
| 14880547 | 2 years ago | | | 0 | 0.0031497732 | |
| 14877189 | 2 years ago | | | 0 | 0.0014043705 | |
| 14877077 | 2 years ago | | | 0.009 | 0.0015885124 | |
| 14877075 | 2 years ago | | | 0.009 | 0.0031017681 | |
| 14877075 | 2 years ago | | | 0.015 | 0.0011687499 | |
| 14877074 | 2 years ago | | | 0.015 | 0.0035920266 | |
| 14877069 | 2 years ago | | | 0.003 | 0.0029093403 | |
| 14877061 | 2 years ago | | | 0.006 | 0.0036156758 |
ABI
ABI objects
Getter at block 21217816
FREE_MAX_SUPPLY() view returns (uint256)
450
MAX_PER_TX() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
969
baseURI() view returns (string)
ipfs://QmU2pQizAxDbp8TLeqsYmezZLAuW9jvFQ8ggX9a8MgUoDT/
name() view returns (string)
Culture by Lou
owner() view returns (address)
0xca6b42f7bb6d61d50cc2f5bea5adfbac35081e77
paused() view returns (bool)
false
price() view returns (uint256)
3000000000000000
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
revealed() view returns (bool)
false
symbol() view returns (string)
Culture
totalSupply() view returns (uint256)
969
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 approve(address to, uint256 tokenId)
mint(uint256 _amount) payable
pause(bool _state)
renounceOwnership()
reveal(bool _state)
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)
setSupply(uint256 _max)
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()