rektfolios
Verified contract
Active on
Ethereum with 26,236 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($131.26)
Native
Value
$131.26
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.04231 | $3,102.41 |
$131.26 | |
REKTFOLIOS | ERC-721 | 1 | -- | -- | |
REKTFOLIOS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160651 | 7 days ago | | | 0 | 0.00073523206 | |
| 21029045 | a month ago | | | 0 | 0.0022056155 | |
| 20916291 | a month ago | | | 0 | 0.00048086735 | |
| 20674052 | 2 months ago | | | 0 | 0.00010062455 | |
| 20541622 | 3 months ago | | | 0 | 0.00011627415 | |
| 20541618 | 3 months ago | | | 0 | 0.00012321098 | |
| 20541599 | 3 months ago | | | 0 | 0.00017642869 | |
| 20153553 | 5 months ago | | | 0 | 0.00011526310 | |
| 20153550 | 5 months ago | | | 0 | 0.00017372733 | |
| 20153542 | 5 months ago | | | 0 | 0.00012581871 |
ABI
ABI objects
Getter at block 21212448
maxSupply() view returns (uint256)
10000
mintLimit() view returns (uint256)
1
minting() view returns (bool)
false
name() view returns (string)
rektfolios
owner() view returns (address)
0x72a609781c2d12ac5cb4ea02fef5ef2cd4cc9903
symbol() view returns (string)
REKTFOLIOS
totalSupply() view returns (uint256)
10000
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)
mint(uint256 qty) payable
renounceOwnership()
reserve(address creator, uint256 qty)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMintLimit(uint256 qty)
toggleMinting()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()