SaltyPirateCrew
Verified contract
Active on
Ethereum with 3,469 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 "SaltyPirateCrew"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20832093 | 2 months ago | | | 0 | 0.00065609605 | |
| 20736715 | 2 months ago | | | 0 | 0.00032754813 | |
| 20606776 | 3 months ago | | | 0 | 0.000042271761 | |
| 20606184 | 3 months ago | | | 0 | 0.000052942958 | |
| 20306376 | 4 months ago | | | 0 | 0.00013518013 | |
| 20262274 | 4 months ago | | | 0 | 0.00031228214 | |
| 20223887 | 5 months ago | | | 0 | 0.000085256868 | |
| 20223878 | 5 months ago | | | 0 | 0.000067778860 | |
| 20223876 | 5 months ago | | | 0 | 0.000092455135 | |
| 20223862 | 5 months ago | | | 0 | 0.00014533064 |
ABI
ABI objects
Getter at block 21218305
GIFT_BUFFER() view returns (uint256)
67
MAX_SUPPLY() view returns (uint256)
3000
PRICE() view returns (uint256)
60000000000000000
SNAPSHOT() view returns (uint256)
232
_snapshotCounter() view returns (uint256 _value)
232
baseURI() view returns (string)
https://saltypiratecrew.s3.amazonaws.com/metadata/
currentState() view returns (uint8)
0
giftsRemaining() view returns (uint256)
0
giftsSent() view returns (uint256 _value)
67
maxPresaleMint() view returns (uint256)
100
name() view returns (string)
SaltyPirateCrew
owner() view returns (address)
0x510f48bd365ec58f58d7978a362f0ae2e3b7c953
symbol() view returns (string)
SPC
totalSupply() view returns (uint256)
3000
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)
whitelist(address) view returns (uint256)
State-modifying
Events airdrop(uint256 airdropAmount, address to)
approve(address to, uint256 tokenId)
firstPresale(uint256 mintAmount, bytes _signature) payable
gift(uint256 giftAmount, address to)
mint(uint256 mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
secondPresale(uint256 mintAmount, bytes _signature) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _URI)
setContractState(uint8 _newState)
setMaxPresaleMint(uint256 _newMaxPresaleMint)
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 _signer, uint256 _maxPresaleMint, string _URI)
This contract contains no fallback and receive objects.
This contract contains no error objects.