Steamboat Willie
Verified contract
Active on
Ethereum with 176 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 "Steamboat Willie"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21062295 | a month ago | | | 0 | 0.00022463878 | |
| 20482463 | 4 months ago | | | 0 | 0.000083104679 | |
| 19605620 | 8 months ago | | | 0 | 0.0016920255 | |
| 19442940 | 9 months ago | | | 0 | 0.0016082067 | |
| 19402512 | 9 months ago | | | 0 | 0.0023046579 | |
| 18992089 | a year ago | | | 0 | 0.00095133633 | |
| 18992088 | a year ago | | | 0 | 0.0017104593 | |
| 18971903 | a year ago | | | 0 | 0.00048403719 | |
| 18959088 | a year ago | | | 0 | 0.0011596707 | |
| 18955945 | a year ago | | | 0.036 | 0.0029227072 |
ABI
ABI objects
Getter at block 21315585
BASE_URI() view returns (string)
https://classicsteamboatwillies.com/m/?token_id=
MAX_SUPPLY() view returns (uint64)
5000
MAX_TOKENS_PER_WALLET() view returns (uint64)
20
PRESALE_TOKEN_PRICE() view returns (uint64)
6900000000000000
TOKEN_PRICE() view returns (uint64)
9000000000000000
name() view returns (string)
Steamboat Willie
owner() view returns (address)
0xf2170b8fb909f60403592f51440d2fef50332102
publicOpens() view returns (uint64)
5000
saleOpens() view returns (uint64)
0
symbol() view returns (string)
SBOAT
totalSupply() view returns (uint256)
378
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintsForWallet(address _wallet) view returns (uint64)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addDev(address _newDev)
airdrop(address[] _wallets)
approve(address to, uint256 tokenId) payable
mint(uint64 _numberOfTokens, bytes32[] _merkleProof) payable
removeDev(address _removeDev)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setMaxPerWallet(uint64 _quantity)
setMaxSupply(uint64 _supply)
setMerkleRoot(bytes32 _merkleRoot)
setPresalePrice(uint64 _price)
setPrice(uint64 _price)
setSaleTimes(uint64 _saleOpens, uint64 _publicOpens)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawBalance()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()