TransparentPowers
Verified contract
Active on
Ethereum with 6,091 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 "TransparentPowers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20547504 | 3 months ago | | | 0 | 0.000065061270 | |
| 20547502 | 3 months ago | | | 0 | 0.000078338277 | |
| 20547500 | 3 months ago | | | 0 | 0.000076718497 | |
| 20547499 | 3 months ago | | | 0 | 0.000091671763 | |
| 20547076 | 3 months ago | | | 0 | 0.000054955320 | |
| 20547073 | 3 months ago | | | 0 | 0.000062106245 | |
| 19688502 | 7 months ago | | | 0 | 0.00047907996 | |
| 19478741 | 8 months ago | | | 0 | 0.00099777542 | |
| 19478738 | 8 months ago | | | 0 | 0.00096916947 | |
| 19253249 | 9 months ago | | | 0 | 0.00047978355 |
ABI
ABI objects
Getter at block 21220999
mintPaused() view returns (bool)
true
name() view returns (string)
TransparentPowers
owner() view returns (address)
0x92c358c2075ae105df8ef08f1ce748a6ee9aa4b3
symbol() view returns (string)
TP
totalSupply() view returns (uint256)
5000
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 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
batchAddToWhitelist(address[] recipients, uint64[] quantities)
batchMint(address[] _recipients)
changeBaseUri(string newBaseUri)
mint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMintPaused(bool _flag)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()