Samot Token
Verified contract
Active on
Ethereum with 175 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x49fd…595d
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SAMOT | ERC-721 | 1 | -- | -- | |
SAMOT | ERC-721 | 1 | -- | -- | |
SAMOT | ERC-721 | 1 | -- | -- | |
SAMOT | ERC-721 | 1 | -- | -- | |
SAMOT | ERC-721 | 1 | -- | -- | |
SAMOT | ERC-721 | 1 | -- | -- | |
SAMOT | ERC-721 | 1 | -- | -- | |
SAMOT | ERC-721 | 1 | -- | -- | |
SAMOT | ERC-721 | 1 | -- | -- | |
SAMOT | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20586484 | 2 months ago | | | 0 | 0.00091047429 | |
| 16524714 | 2 years ago | | | 0 | 0.00039836743 | |
| 16524713 | 2 years ago | | | 0 | 0.0079585206 | |
| 16524604 | 2 years ago | | | 0 | 0.019880260 | |
| 16521539 | 2 years ago | | | 0 | 0.012151923 | |
| 16026560 | 2 years ago | | | 0 | 0.0082519544 | |
| 15842652 | 2 years ago | | | 0 | 0.0045931700 | |
| 15778921 | 2 years ago | | | 0 | 0.011513675 | |
| 15764492 | 2 years ago | | | 0 | 0.0083666012 | |
| 15749048 | 2 years ago | | | 0 | 0.0054420311 |
ABI
ABI objects
Getter at block 21116123 totalRewards() view returns (uint256) totalStakes() view returns (uint256)
decimals() view returns (uint8)
18
epochStartTime() view returns (uint256)
1636793734
getPrice() view returns (uint256)
200000000000000
maxSupply() view returns (uint256)
6000000
maxToMint() view returns (uint256)
50000
maxToMintPerNFT() view returns (uint256)
100
mintPrice() view returns (uint256)
200000000000000
name() view returns (string)
Samot Token
owner() view returns (address)
0x399db9b924bc348bfc3bd777817631eb5a79b152
preSaleIsActive() view returns (bool)
true
saleIsActive() view returns (bool)
false
stakingReward() view returns (uint256)
10
symbol() view returns (string)
$AMOT
totalSupply() view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateReward(address _stakeholder) view returns (uint256)
rewardOf(address _stakeholder) view returns (uint256)
stakeOf(address _stakeholder) view returns (uint256[])
stakeTimestampsOf(address _stakeholder) view returns (uint256[])
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
distributeRewards()
flipPreSaleState()
flipSaleState()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 numberOfTokens) payable
onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceOwnership()
setMaxSupply(uint256 _maxSupply)
setMaxToMint(uint256 _maxToMint)
setMaxToMintPerNFT(uint256 _maxToMint)
setMintPrice(uint256 _price)
setNFTContract(address _contract)
setReward(uint256 _reward)
stakeNFTs(uint256[] tokenIds)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unstakeNFTs(uint256[] tokenIds)
withdraw()
withdrawReward()
Approval(address indexed owner, address indexed spender, uint256 value)
Claimed(address _from, uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.