TransformerKey
Verified contract
Active on
Ethereum with 2,943 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdd1f…5a91
0x1970…187a
Balances ($0.00)
No balances found for "TransformerKey"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20549706 | 4 months ago | | | 0 | 0.00010003376 | |
| 20430088 | 5 months ago | | | 0 | 0.000068626551 | |
| 20328810 | 5 months ago | | | 0 | 0.00039404995 | |
| 20310668 | 5 months ago | | | 0 | 0.000091578412 | |
| 20204075 | 6 months ago | | | 0 | 0.00012326557 | |
| 19825734 | 7 months ago | | | 0 | 0.00019477645 | |
| 19785988 | 7 months ago | | | 0 | 0.00014593508 | |
| 19785947 | 7 months ago | | | 0 | 0.00015708992 | |
| 19668147 | 8 months ago | | | 0 | 0.00027448459 | |
| 19327794 | 10 months ago | | | 0 | 0.0072954624 |
ABI
ABI objects
Getter at block 21424373
baseURI() view returns (string)
https://street-machine.mypinata.cloud/ipfs/QmbxJq939xaASFHWBjyJnCgJrfQPJoEhmLe5Ln1e9DX7hs/
maxSupply() view returns (uint256)
8000
name() view returns (string)
TransformerKey
owner() view returns (address)
0x934eb3b34128c8c7ce6bc645f699ec6c2af8ef03
pfpContract() view returns (address)
0x19708c9437daaacc0b07750c0fbb99dd02b2187a
revealContract() view returns (address)
0xdd1f245d2920c5e144417ba2e59cf094bd615a91
signingAddress() view returns (address)
0xf6d3529a5c41bc28c58274793fd344d81252cd1a
symbol() view returns (string)
TFK
totalSupply() view returns (uint256)
1046
Read-only
addressToClaimedCount(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burnAndReroll(uint256 tokenId, bytes32 message, bytes signature, uint256 typeOption, string cid, uint256 pfpTokenId) returns (bool)
claimAll() returns (uint256)
emergencySetRevealBaseCID(string baseCid)
emergencySetRevealBaseURI(string baseUri)
emergencySetRevealCid(uint256 tokenId, string cid)
emergencySetRevealCids(string[] _cids)
flipRevealActive()
mint() returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _url)
setSigningAddress(address _signingAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
transferRevealOwnership(address newOwner)
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(string _tokenName, string _tokenSymbol, address _revealContractAddress, address _genesisContractAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()