Stickmen Toys
Verified contract
Active on
Ethereum with 16,554 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 "Stickmen Toys"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21219615 | 6 days ago | | | 0 | 0.00037625359 | |
| 21213021 | 7 days ago | | | 0 | 0.00058006664 | |
| 21213015 | 7 days ago | | | 0 | 0.00052159691 | |
| 21199029 | 9 days ago | | | 0 | 0.00062975978 | |
| 21192222 | 10 days ago | | | 0 | 0.0012917812 | |
| 21106791 | 21 days ago | | | 0 | 0.00010325933 | |
| 21104694 | 22 days ago | | | 0 | 0.000060607004 | |
| 21102638 | 22 days ago | | | 0 | 0.00031959061 | |
| 21082043 | 25 days ago | | | 0 | 0.00066056653 | |
| 21062466 | a month ago | | | 0 | 0.00046145458 |
ABI
ABI objects
Getter at block 21260704
adminMints() view returns (uint256)
500
maxPerTX() view returns (uint256)
1
maxPerWallet() view returns (uint256)
1
maxSupply() view returns (uint256)
5000
merkleRoot() view returns (bytes32)
0xbdbe96090150b8b1bc213277a5b18417bcacc7a6bfcc26508632b3c3cdbbce58
name() view returns (string)
Stickmen Toys
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x697f4bade9bbd0b259b3fbd8eef7893ee78a7da9
state() view returns (uint256)
0
symbol() view returns (string)
STICK
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isAllowListed(address _recipient, bytes32[] _merkleProof) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
numOfMints(address) view returns (uint256)
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 addAdmin(address _adm)
adminMint(address _recipient, uint256 _amount)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(uint256 _amount, bytes32[] _merkleProof)
ownerMint(address _recipient, uint256 _amount)
renounceOwnership()
revokeAdmin(address _adm)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaxPerTX(uint256 _maxPerTX)
setMaxPerWallet(uint256 _maxPerWallet)
setRoot(bytes32 root)
setState(uint256 _state)
setURI(string _URI)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
burned(address from, address to, uint256 id)
maxPerTXChanged(uint256 max)
maxPerWalletChanged(uint256 max)
minted(address minter, uint256 amount)
saleStateChanged(uint256 state)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.