Scallywags
Verified contract
Active on
Ethereum with 757 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 "Scallywags"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20904968 | a month ago | | | 0 | 0.00012638226 | |
| 20904953 | a month ago | | | 0 | 0.00010188055 | |
| 19705355 | 6 months ago | | | 0 | 0.00033728145 | |
| 19671588 | 7 months ago | | | 0 | 0.00050268498 | |
| 18944037 | 10 months ago | | | 0 | 0.00066386785 | |
| 18915397 | 10 months ago | | | 0 | 0.00063124610 | |
| 18873847 | 10 months ago | | | 0 | 0.00060985103 | |
| 18722705 | a year ago | | | 0 | 0.0013870336 | |
| 18594200 | a year ago | | | 0 | 0.0014238540 | |
| 17601083 | a year ago | | | 0 | 0.00069570596 |
ABI
ABI objects
Getter at block 21116052
MAX_PER_TRANSACTION() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
11000
PRICE() view returns (uint256)
29900000000000000
baseURI() view returns (string)
https://scallywa.gs/api/metadata/
name() view returns (string)
Scallywags
owner() view returns (address)
0x6d18eb3a5e805013210836d1616a417d35080d79
saleIsOpen() view returns (bool)
false
symbol() view returns (string)
SCALLYWAG
totalSupply() view returns (uint256)
1121
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)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
mint(uint256 amount) 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 uri)
setMaxPerTransaction(uint256 amount)
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)
Mint(address adopter, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SaleStateChanged(bool status)
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.