TheLastSamurais
Verified contract
Active on
Ethereum with 966 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 "TheLastSamurais"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20701608 | 2 months ago | | | 0 | 0.000051500901 | |
| 20701583 | 2 months ago | | | 0 | 0.000058217953 | |
| 18856668 | 10 months ago | | | 0 | 0.0010210630 | |
| 18797833 | a year ago | | | 0 | 0.00087323305 | |
| 18797761 | a year ago | | | 0 | 0.0016087163 | |
| 17394089 | a year ago | | | 0 | 0.0020192117 | |
| 16911690 | 2 years ago | | | 0 | 0.00070491387 | |
| 16911665 | 2 years ago | | | 0 | 0.00041476315 | |
| 16911638 | 2 years ago | | | 0 | 0.00068103128 | |
| 16684698 | 2 years ago | | | 0 | 0.0015726915 |
ABI
ABI objects
Getter at block 21089265
_baseTokenURI() view returns (string)
ipfs://QmPGHCR5ZYSTweT4va5W2y3Hs4JDtFeqK3HFbXoBffLcwR/
_discountPrice() view returns (uint256)
55000000000000000
_maxSupply() view returns (uint256)
3878
_merkleRoot() view returns (bytes32)
0x7bb23ddecebac0d864b77c8672fe31852ebaa564a5b1c4508aa51f5415e3cb1e
_preSaleIsActive() view returns (bool)
false
_price() view returns (uint256)
65000000000000000
_saleIsActive() view returns (bool)
false
name() view returns (string)
TheLastSamurais
owner() view returns (address)
0x68bf9b769abf7d8723b4d6f7399698f7e29e65d0
symbol() view returns (string)
TLS
totalSupply() view returns (uint256)
333
Read-only
_whitelist(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address addr, bytes32[] merkleProof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 mintCount) payable
ownerMint(uint256 mintCount, address recipient)
projectTokensMint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setDiscountPrice(uint256 discountPrice)
setMerkleRoot(bytes32 merkleRoot)
setPrice(uint256 price)
togglePreSale()
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 mintCount, bytes32[] merkleProof) payable
withdrawProjectFund()
withdrawTeam()
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(string baseURI, bytes32 merkleRoot)
This contract contains no fallback and receive objects.
This contract contains no error objects.