SACRED WATERS
Verified contract
Active on
Ethereum with 678 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 "SACRED WATERS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15708392 | 2 years ago | | | 0 | 0.00092503297 | |
| 15708382 | 2 years ago | | | 0 | 0.00082986426 | |
| 15584255 | 2 years ago | | | 0 | 0.00070504841 | |
| 15582894 | 2 years ago | | | 0 | 0.0021761197 | |
| 15580440 | 2 years ago | | | 0 | 0.00034534505 | |
| 15579817 | 2 years ago | | | 0 | 0.00018674000 | |
| 15579660 | 2 years ago | | | 0 | 0.00029654482 | |
| 15579608 | 2 years ago | | | 0 | 0.00025358431 | |
| 15578911 | 2 years ago | | | 0 | 0.00042964480 | |
| 15578893 | 2 years ago | | | 0 | 0.00080669144 |
ABI
ABI objects
Getter at block 21178805
CONTRACT_VERSION() view returns (uint8)
2
PRICE() view returns (uint256)
0
RAMPPADDRESS() view returns (address)
0x146f7f006980fbf0d496eebe66b8d9febff3fe11
_baseTokenURI() view returns (string)
ipfs://QmadmhYGeEW4X6fqokpVSoZ5GwRtossBZn82ayJtgfAmhM/
baseTokenURI() view returns (string)
ipfs://QmadmhYGeEW4X6fqokpVSoZ5GwRtossBZn82ayJtgfAmhM/
collectionSize() view returns (uint256)
777
contractURI() pure returns (string)
ipfs://Qme7PHPa2VPLey6VGoKAX12PkFMf2xgnCUw1fCM1EjwrnH
currentTokenId() view returns (uint256)
777
getNextTokenId() view returns (uint256)
778
maxBatchSize() view returns (uint256)
20
mintingOpen() view returns (bool)
true
name() view returns (string)
SACRED WATERS
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x146f7f006980fbf0d496eebe66b8d9febff3fe11
payableAddressCount() view returns (uint256)
2
symbol() view returns (string)
SCWT
totalSupply() view returns (uint256)
777
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payableAddresses(uint256) view returns (address)
payableFees(uint256) view returns (uint256)
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)
mintManyAdmin(address[] _addresses, uint256 _addressCount)
mintTo(address _to) payable
mintToAdmin(address _to)
mintToMultiple(address _to, uint256 _amount) payable
openMinting()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxMint(uint256 _newMaxMint)
setPrice(uint256 _feeInWei)
setRamppAddress(address _newAddress)
stopMinting()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
withdrawAllERC20(address _tokenContract, uint256 _amount)
withdrawAllRampp()
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.
This contract contains no error objects.