./Line.trade
Verified contract
Active on
Ethereum with 736 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 "./Line.trade"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17515956 | a year ago | | | 0 | 0.0018013460 | |
| 16654065 | 2 years ago | | | 0 | 0.00074734742 | |
| 16645179 | 2 years ago | | | 0 | 0.0012747633 | |
| 16627177 | 2 years ago | | | 0 | 0.00073538595 | |
| 16627152 | 2 years ago | | | 0 | 0.00086480388 | |
| 16627032 | 2 years ago | | | 0 | 0.00080377789 | |
| 16626981 | 2 years ago | | | 0 | 0.00066605783 | |
| 16626978 | 2 years ago | | | 0 | 0.00063968475 | |
| 16626959 | 2 years ago | | | 0 | 0.00073759907 | |
| 16626959 | 2 years ago | | | 0 | 0.00073759907 |
ABI
ABI objects
Getter at block 21312227
maxSupply() view returns (uint256)
1000
mintPrice() view returns (uint256)
2000000000000000
name() view returns (string)
./Line.trade
owner() view returns (address)
0xbb6d598757ce5975e4ad19eb66175ca60b585634
symbol() view returns (string)
line
totalSupply() view returns (uint256)
999
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
publicMint(uint256 amount) payable
reserve(address addr, uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
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)
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()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()