RTFKTxFaze
Verified contract
Active on
Ethereum with 136 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 "RTFKTxFaze"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21415279 | 3 days ago | | | 0 | 0.00080409346 | |
| 21398105 | 6 days ago | | | 0 | 0.00054477131 | |
| 21363116 | 11 days ago | | | 0 | 0.00059828116 | |
| 21357024 | 12 days ago | | | 0 | 0.00037117930 | |
| 21356941 | 12 days ago | | | 0 | 0.00058693334 | |
| 21177274 | a month ago | | | 0 | 0.0011406732 | |
| 21071149 | 2 months ago | | | 0 | 0.00056878238 | |
| 20444186 | 5 months ago | | | 0 | 0.00010332144 | |
| 20287380 | 5 months ago | | | 0 | 0.000088673858 | |
| 20071886 | 6 months ago | | | 0 | 0.00051232119 |
ABI
ABI objects
Getter at block 21440192
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
contractLocked() view returns (bool)
false
name() view returns (string)
RTFKTxFaze
owner() view returns (address)
0x623fc4f577926c0aadaef11a243754c546c1f98c
symbol() view returns (string)
RF
totalSupply() view returns (uint256)
874
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 airdropToken(uint256[] amount, address[] owners)
approve(address operator, uint256 tokenId) payable
lockContract()
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(string uri)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawFunds(address to)
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()