The Republicans
Verified contract
Active on
Ethereum with 1,154 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 "The Republicans"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20703105 | 3 months ago | | | 0 | 0.00010789591 | |
| 20699190 | 3 months ago | | | 0 | 0.00025645801 | |
| 20699073 | 3 months ago | | | 0 | 0.00017092785 | |
| 20698828 | 3 months ago | | | 0 | 0.00023372452 | |
| 20698642 | 3 months ago | | | 0 | 0.00018584015 | |
| 20698589 | 3 months ago | | | 0 | 0.00015911667 | |
| 20697166 | 3 months ago | | | 0 | 0.00016378110 | |
| 20697119 | 3 months ago | | | 0 | 0.00017687004 | |
| 20697069 | 3 months ago | | | 0 | 0.00016359152 | |
| 20697027 | 3 months ago | | | 0 | 0.00013856819 |
ABI
ABI objects
Getter at block 21325437
BASE_URI() view returns (string)
https://api.therepublicans.xyz/
COLLECTION_SIZE() view returns (uint256)
3333
CONTRACT_URI() view returns (string)
https://api.therepublicans/
FREE_SUPPLY_PER_WALLET() view returns (uint256)
2
MAX_BATCH_SIZE() view returns (uint256)
20
MINT_PRICE() view returns (uint256)
3000000000000000
REVEALED() view returns (bool)
true
SUPPLY_PER_WALLET() view returns (uint256)
20
UNREVEALED_URI() view returns (string)
https://api.therepublicans/
contractURI() view returns (string)
https://api.therepublicans/
isPublicMintEnabled() view returns (bool)
true
name() view returns (string)
The Republicans
owner() view returns (address)
0x7f0f78ea34e4126ae1ff3cec194cd8b77c1f3cad
symbol() view returns (string)
REPUBLICAN
totalSupply() view returns (uint256)
2566
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPrice(uint256 quantity) view returns (uint256)
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)
userHasMinted(address) view returns (uint256)
State-modifying
Events StealthFreeMint(uint256 quantity, address receiver)
approve(address to, uint256 tokenId) payable
burn(uint256 tokenId)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(bool _revealed, string _baseURI)
setContractURI(string _contractURI)
setPrice(uint256 _newPrice)
setPublicMintEnabled()
set_COLLECTION_SIZE(uint256 _new)
set_FREE_SUPPLY_PER_WALLET(uint256 _new)
set_MAX_BATCH_SIZE(uint256 _new)
set_SUPPLY_PER_WALLET(uint256 _new)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawFunds()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()