Smart Wager Token
Verified contract
Active on
Ethereum with 1,291 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$3,468.7
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.904408 | $3,835.33 |
$3,468.7 | |
CMT | ERC-20 | 15.84 | -- | -- | |
CEN | ERC-20 | 0.52 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20363924 | 5 months ago | | | 0 | 0.00024695816 | |
| 20355978 | 5 months ago | | | 0 | 0.00018301212 | |
| 17424240 | 2 years ago | | | 0 | 0.0014221171 | |
| 7786316 | 6 years ago | | | 0 | 0.00011260400 | |
| 6865183 | 6 years ago | | | 0 | 0.0011711000 | |
| 6865183 | 6 years ago | | | 0 | 0.0011711000 | |
| 6865183 | 6 years ago | | | 0 | 0.0011711000 | |
| 6865183 | 6 years ago | | | 0 | 0.0011711000 | |
| 6865183 | 6 years ago | | | 0 | 0.0011711000 | |
| 6865183 | 6 years ago | | | 0 | 0.0011711000 |
ABI
ABI objects
Getter at block 21381728
buyPrice() view returns (uint256)
114758500000000
decimals() view returns (uint8)
18
myTokens() view returns (uint256)
0
name() view returns (string)
Smart Wager Token
sellPrice() view returns (uint256)
91806800000000
stakingRequirement() view returns (uint256)
50000000000000000000
symbol() view returns (string)
SMT
totalEthereumBalance() view returns (uint256)
904408140153906652
totalSupply() view returns (uint256)
9971294159161213989038
Read-only
balanceOf(address _customerAddress) view returns (uint256)
calculateEthereumReceived(uint256 _tokensToSell) view returns (uint256)
calculateTokensReceived(uint256 _ethereumToSpend) view returns (uint256)
dividendsOf(address _customerAddress) view returns (uint256)
myDividends(bool _includeReferralBonus) view returns (uint256)
stickyRef(address) view returns (address)
State-modifying
Events buy(address _referredBy) payable
exit()
reinvest()
sell(uint256 _amountOfTokens)
transfer(address _toAddress, uint256 _amountOfTokens) returns (bool)
withdraw()
Transfer(address indexed from, address indexed to, uint256 tokens)
onRefferalUse(address indexed refferer, uint8 indexed level, uint256 ethereumCollected, address indexed customerAddress, uint256 timestamp)
onReinvestment(address indexed customerAddress, uint256 ethereumReinvested, uint256 tokensMinted)
onTokenPurchase(address indexed customerAddress, uint256 incomingEthereum, uint256 tokensMinted, address indexed referredBy, uint256 timestamp, uint256 price)
onTokenSell(address indexed customerAddress, uint256 tokensBurned, uint256 ethereumEarned, uint256 timestamp, uint256 price)
onWithdraw(address indexed customerAddress, uint256 ethereumWithdrawn)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.