Claw Machine – Catch! The Friends
Verified contract
Active on
Ethereum with 99 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($251.14)
Native
Value
$251.14
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.08 | $3,139.19 |
$251.14 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18518325 | a year ago | | | 0 | 0.0010455717 | |
| 18069503 | a year ago | | | 0.04 | 0.0095340000 | |
| 18069502 | a year ago | | | 0.04 | 0.00097039512 | |
| 18069502 | a year ago | | | 0 | 0.00037226297 | |
| 17931924 | a year ago | | | 0 | 0.0011394858 | |
| 17916391 | a year ago | | | 0.04 | 0.00037800000 | |
| 17916390 | a year ago | | | 0 | 0.00084292494 | |
| 17890587 | a year ago | | | 0 | 0.00088195263 | |
| 17737594 | a year ago | | | 0 | 0.0020445050 | |
| 17654336 | a year ago | | | 0 | 0.00064589961 |
ABI
ABI objects
Getter at block 21215568
interval() view returns (uint256)
0
latestCount() view returns (uint256)
9724
limit() view returns (uint256)
10000
name() view returns (string)
Claw Machine – Catch! The Friends
nftCount() view returns (uint256)
276
notReveledNFTURI() view returns (string)
ipfs://QmZX2YuJAxEt9SFYhdEHfZnzzUTrcPSWTBMm3g5tWaLvNu
owner() view returns (address)
0xdff7eee7cee48c97bd080ca27a359ee849f2ca9d
price() view returns (uint256)
40000000000000000
randNonce() view returns (uint256)
277
revelingBlock() view returns (uint256)
16725683
symbol() view returns (string)
Claw Machine
totalSupply() view returns (uint256)
276
u_currentBalance() view returns (uint256)
80000000000000000
u_whenToRevelNFTs() view returns (uint256)
0
whiteListApply() view returns (bool)
true
whiteListMaxMint() view returns (uint256)
2
Read-only
NumberTracker(address) view returns (uint256)
WhiteAddressMintCnt(address) view returns (uint256)
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)
s_isWhiteAddress(address sender) view returns (bool)
s_notWhiteAddressChk(uint256 i) 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)
tranIds(uint256) view returns (uint256)
whiteListAddress(uint256) view returns (address)
State-modifying
Events approve(address to, uint256 tokenId)
mint() payable
renounceOwnership()
s_airdrop(address _to, uint256 _tranId)
s_airdrop_m(address[] _to)
s_airdrop_m_r(address[] _to)
s_airdrop_random(address _to)
s_setWhiteListAddress(address[] _whiteListAddress)
s_setWhiteListApply(bool _whiteListApply)
s_setWhiteListMaxMint(uint256 _whiteListMaxMint)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
u_setInterval(uint256 _interval)
u_setPrice(uint256 _price)
u_setRevelingBlock(uint256 _revelingBlock)
u_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(string _name, string _symbol, uint256 _limit, uint256 _price, uint256 _interval, uint256 _revelingBlock, string _notReveledNFTURI, uint256 _whiteListMaxMint, bool _whiteListApply, address[] _whiteListAddress)
receive()
FailedToWithdraw()
InsufficientValue(uint256 paidPrice, uint256 price)
OutOfNfts()
WaitForACoupleOfBlocks(uint256 tillBlock, uint256 currentBlock)