Soul Cafe
Verified contract
Active on
Ethereum with 2,302 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 "Soul Cafe"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20906530 | 2 months ago | | | 0 | 0.00025354865 | |
| 20461014 | 4 months ago | | | 0 | 0.0015597523 | |
| 20173474 | 5 months ago | | | 0 | 0.000098420080 | |
| 19905245 | 6 months ago | | | 0 | 0.00010570958 | |
| 19833187 | 7 months ago | | | 0 | 0.00030604558 | |
| 19825443 | 7 months ago | | | 0 | 0.00051250709 | |
| 19746776 | 7 months ago | | | 0 | 0.00036592336 | |
| 19676135 | 7 months ago | | | 0 | 0.0024515181 | |
| 19589107 | 8 months ago | | | 0 | 0.00068344035 | |
| 19555129 | 8 months ago | | | 0 | 0.0010158695 |
ABI
ABI objects
Getter at block 21311337
contractURI() pure returns (string)
ipfs://QmYacSSWSpfSraRsnQjR8gNbGwAk92F94UE4apgeFzQs6B
maxSupply() view returns (uint256)
3233
mintPrice() view returns (uint256)
30000000000000000
name() view returns (string)
Soul Cafe
owner() view returns (address)
0xc6c27061e71c347d528b9dd286422a45e9e206d9
revealTimeStamp() view returns (uint256)
1643561495
saleTimeStamp() view returns (uint256)
1643475600
symbol() view returns (string)
SC
totalSupply() view returns (uint256)
3333
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)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) payable
renounceOwnership()
reserve(uint256 num, address _to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxSupply(uint256 supply)
setMintPrice(uint256 price)
setRevealTimestamp(uint256 timeStamp)
setSaleTimestamp(uint256 timeStamp)
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(string name, string symbol, uint256 maxNftSupply, uint256 saleStart, address proxyRegistryAddress_)
This contract contains no fallback and receive objects.
This contract contains no error objects.