True Plebs
Verified contract
Active on
Ethereum with 3,800 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 "True Plebs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20619395 | 3 months ago | | | 0 | 0.000027068750 | |
| 20521768 | 3 months ago | | | 0 | 0.000052487350 | |
| 20236866 | 4 months ago | | | 0 | 0.00019298519 | |
| 20236859 | 4 months ago | | | 0 | 0.00021868652 | |
| 19901637 | 6 months ago | | | 0 | 0.00016007024 | |
| 19324496 | 9 months ago | | | 0 | 0.0015825736 | |
| 19055119 | 10 months ago | | | 0 | 0.00056494856 | |
| 18918519 | 10 months ago | | | 0 | 0.00058997281 | |
| 18819396 | a year ago | | | 0 | 0.0021521741 | |
| 18536301 | a year ago | | | 0 | 0.0021488929 |
ABI
ABI objects
Getter at block 21201796
FREE_MAX_SUPPLY() view returns (uint256)
1000
MAX_PER_TX() view returns (uint256)
10
MAX_PER_TX_FREE() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
5555
isActive() view returns (bool)
true
name() view returns (string)
True Plebs
owner() view returns (address)
0x1703a1847c4c0109e08aa94599446770721fccdb
price() view returns (uint256)
6900000000000000
reserve() view returns (uint256)
100
symbol() view returns (string)
TP
totalSupply() view returns (uint256)
5555
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)
tokenURI(uint256 id) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
devMint()
mint(uint256 _count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
toggleSaleStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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 baseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()