Rekt Line by anon
Verified contract
Active on
Ethereum with 104 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 "Rekt Line by anon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16139189 | 2 years ago | | | 0 | 0.00041548429 | |
| 16132998 | 2 years ago | | | 0 | 0.00091025146 | |
| 16132997 | 2 years ago | | | 0 | 0.00089924814 | |
| 16132997 | 2 years ago | | | 0 | 0.00089924814 | |
| 16132997 | 2 years ago | | | 0 | 0.00089924814 | |
| 16132997 | 2 years ago | | | 0 | 0.00089924814 | |
| 16132997 | 2 years ago | | | 0 | 0.00089924814 | |
| 16132865 | 2 years ago | | | 0 | 0.00075667633 | |
| 16132857 | 2 years ago | | | 0.002 | 0.0012369578 | |
| 16132855 | 2 years ago | | | 0 | 0.00091779786 |
ABI
ABI objects
Getter at block 21207012
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_maxFreeMintPerAddr() view returns (uint256)
1
_maxFreeMintSupply() view returns (uint256)
100
_maxMintPerTx() view returns (uint256)
20
_maxSupply() view returns (uint256)
333
_mintPrice() view returns (uint256)
2000000000000000
baseURI() view returns (string)
ipfs://QmYHZjfuxnChK8y6RZa9az6EPa9vyWDgrxaqmxRRKUyMcw/
devSupply() view returns (uint256)
0
devTotal() view returns (uint256)
0
name() view returns (string)
Rekt Line by anon
owner() view returns (address)
0x1795074393da546e71fd50b54b005471ebc48b3f
symbol() view returns (string)
o
totalSupply() view returns (uint256)
103
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 operator, uint256 tokenId) payable
devMint()
mint(uint256 count) payable
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)
setFreeAmount(uint256 amount)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw() payable
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)
DevMintEvent(address ownerAddress, uint256 startWith, uint256 amountMinted)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()