Setter Token Rewards Gen 2
Verified contract
Active on
Base with 4,654 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
fart | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21809567 | a day ago | | | 0 | 1.5578000e-7 | |
| 21738208 | 3 days ago | | | 0 | 1.7443251e-7 | |
| 21738156 | 3 days ago | | | 0 | 1.9387827e-7 | |
| 21719395 | 4 days ago | | | 0 | 1.7973033e-7 | |
| 21719338 | 4 days ago | | | 0 | 1.9697960e-7 | |
| 21716254 | 4 days ago | | | 0 | 1.7820823e-7 | |
| 21707783 | 4 days ago | | | 0 | 1.4443261e-7 | |
| 21700859 | 4 days ago | | | 0 | 1.7819078e-7 | |
| 21666719 | 5 days ago | | | 0 | 1.6618079e-7 | |
| 21571570 | 7 days ago | | | 0 | 1.7760758e-7 |
ABI
ABI objects
Getter at block 21873255
allowCap() view returns (uint256)
2
baseURI() view returns (string)
https://app.setter.co/api/meta/strgen2/
merkleRootAllow() view returns (bytes32)
0xd3498000b945e0a1b942fed872fad86c781022ef06fd6d977dfcb779f2f0a82a
mintPrice() view returns (uint256)
30000000000000000
name() view returns (string)
Setter Token Rewards Gen 2
nextTokenId() view returns (uint256)
2636
openMintStatus() view returns (bool)
true
owner() view returns (address)
0x0d59de0e848f8643c09d8111a8547190d86693fe
paused() view returns (bool)
false
supplyMax() view returns (uint256)
10000
symbol() view returns (string)
STRGEN2
totalSupply() view returns (uint256)
2635
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isAllowlisted(address addr, bytes32[] merkleProof, bytes32 merkleRoot) pure returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(address to, uint8 tier, bytes32[] merkleProof) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAllowCap(uint256 newCap)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setMerkleRootAllow(bytes32 _merkleRootAllow)
setMintPrice(uint256 newPrice)
setOpenMintStatus(bool newStatus)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw(address to, 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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _baseURI, bytes32 _merkleRootAllow)
This contract contains no fallback and receive objects.
This contract contains no error objects.