The Slashie Hood
Verified contract
Active on
Ethereum with 1,080 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 6 additional slots
Balances ($0.00)
No balances found for "The Slashie Hood"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18804582 | a year ago | | | 0 | 0.00074799229 | |
| 18804582 | a year ago | | | 0 | 0.00075057072 | |
| 18764115 | a year ago | | | 0 | 0.0023084034 | |
| 18682808 | a year ago | | | 0 | 0.0013370778 | |
| 18233205 | a year ago | | | 0 | 0.00047310365 | |
| 18231002 | a year ago | | | 0 | 0.00018483876 | |
| 18231002 | a year ago | | | 0 | 0.00032383102 | |
| 18230833 | a year ago | | | 0 | 0.00036569733 | |
| 18228562 | a year ago | | | 0 | 0.0010499647 | |
| 18227855 | a year ago | | | 0 | 0.0011071828 |
ABI
ABI objects
Getter at block 21192582
ethMintCost() view returns (uint256)
0
launchStatus() view returns (bool isMooarLaunched, bool isMooarUnlaunched, bytes32 tokenMerkleRoot, uint256 redeemMintStartTime, uint256 unfreezeMintStartTime, bytes32 priorityMerkleRoot, uint256 priorityMintStartTime, uint256 directMintStartTime)
(isMooarLaunched=false, isMooarUnlaunched=true, tokenMerkleRoot=0x0000000000000000000000000000000000000000000000000000000000000000, redeemMintStartTime=0, unfreezeMintStartTime=0, priorityMerkleRoot=0xbaee0e012befe0ff51ee835928f3541f8fe39fc7399b3ad16cd60b927eeb291b, priorityMintStartTime=1671062400, directMintStartTime=1671148800)
maxSupply() view returns (uint256)
1000
name() view returns (string)
The Slashie Hood
owner() view returns (address)
0x1edba84d0b2db6f50959f0b908144acf0de3fbef
symbol() view returns (string)
TSH
tokenMintBaseToken() view returns (address)
0xe3c408bd53c31c085a1746af401a4042954ff740
tokenMintCost() view returns (uint256)
3000000000
totalSupply() view returns (uint256)
1000
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)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
directMintByETH() payable
directMintByToken()
priorityMintByETH(bytes32[] proof) payable
priorityMintByToken(bytes32[] proof)
redeemMint(uint256 tokenId, bytes32[] proof)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMooarLaunch(bytes32 tokenMerkleRoot, uint256 redeemMintStartTime, uint256 unfreezeMintStartTime)
setMooarUnlaunch(bytes32 priorityMerkleRoot, uint256 priorityMintStartTime, uint256 directMintStartTime)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unfreezeMintByETH(uint256 tokenId, bytes32[] proof) payable
unfreezeMintByToken(uint256 tokenId, bytes32[] proof)
withdrawETH(address receiver, uint256 amount)
withdrawToken(address receiver, address token, uint256 amount)
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(string name, string symbol, string baseURI, string tokenSuffix, uint256 maxSupply_, uint256 ethMintCost_, address tokenMintBaseToken_, uint256 tokenMintCost_)
This contract contains no fallback and receive objects.
This contract contains no error objects.