Sailor Dude
Verified contract
Proxy
Active on
Ethereum with 323 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "Sailor Dude"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20319205 | 4 months ago | | | 0 | 0.00047313987 | |
| 20260543 | 4 months ago | | | 0 | 0.00021711785 | |
| 20103102 | 5 months ago | | | 0 | 0.00012053095 | |
| 20102776 | 5 months ago | | | 0 | 0.00022291606 | |
| 20096912 | 5 months ago | | | 0 | 0.00020159439 | |
| 18960770 | 10 months ago | | | 0 | 0.00086081399 | |
| 18513831 | a year ago | | | 0 | 0.0021366140 | |
| 18110039 | a year ago | | | 0 | 0.00050225815 | |
| 18110037 | a year ago | | | 0 | 0.00026884066 | |
| 17783458 | a year ago | | | 0 | 0.0010966782 |
ABI
ABI objects
Getter at block 21221384
CROSSMINT_ADDRESS() view returns (address)
0xdab1a1854214684ace522439684a145e62505233
baseURI() view returns (string)
ipfs://bafybeibtdjgr34szgipqdcgl7iceqqhffhb5iuzpnknaz3rfsytoxtqcym/
beneficiary() view returns (address)
0x5d8a2166cff2e308b53b6f3325b120fff5b83558
contractURI() view returns (string)
ipfs://bafkreihkko6lmfycqfq4xelakfw5qg45mmpncx7n6ks4pd67apjyxx5mdy/
giveaway() view returns (uint256)
0
limitPerPublicMint() view returns (uint256)
10
maxSupply() view returns (uint256)
300
name() view returns (string)
Sailor Dude
owner() view returns (address)
0xcdb8446b0346ef1245d5f5224b334d2959d53ed9
presalePrice() view returns (uint256)
20000000000000000
provenanceHash() view returns (string)
publicPrice() view returns (uint256)
50000000000000000
startingIndex() view returns (uint16)
100
step() view returns (uint8)
2
symbol() view returns (string)
SAD
totalSupply() view returns (uint256)
300
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)
royaltyInfo(uint256, uint256 amount) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
validNonce(uint256 nonce) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
gift(address to, uint256 quantity)
initialize(address owner_, string name_, string symbol_, uint256 maxSupply_, uint256 giveaway_, uint256 presalePrice_, uint256 publicPrice_, uint256 limitPerPublicMint_)
mint(uint256 quantity) payable
mintGiveaway(uint256 quantity, uint256 nonce, bytes sig)
mintPresale(uint256 quantity, uint256 max, uint256 nonce, bytes sig) payable
mintPresaleWithGiveaway(uint256 quantityGiveaway, uint256 nonceGiveaway, uint256 quantityPresale, uint256 maxPresale, uint256 noncePresale, bytes sigGiveaway, bytes sigPresale) payable
mintTo(address to, uint256 quantity) payable
mintWithGiveaway(uint256 quantityPublic, uint256 quantityGiveaway, uint256 nonceGiveaway, bytes sigGiveaway) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setBeneficiary(address newBeneficiary)
setContractURI(string newContractURI)
setLimitPerPublicMint(uint256 newLimit)
setPresalePrice(uint256 newPrice)
setProvenanceHash(string provenanceHash_)
setPublicPrice(uint256 newPrice)
setStep(uint8 newStep)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawERC20(address token)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Initialized(uint8 version)
MintStepUpdated(uint8 step)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()