SmardexToken
Verified contract
Active on
Ethereum with 49,698 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SDEX | ERC-20 | 65.182132K | $0.013691 |
$892.42 | |
USDT | ERC-20 | 107.178626 | $1.001 |
$107.29 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246869 | 26 minutes ago | | | 0 | 0.00054985590 | |
| 21246570 | an hour ago | | | 0 | 0.00056965251 | |
| 21246549 | an hour ago | | | 0 | 0.0010275600 | |
| 21246441 | 2 hours ago | | | 0 | 0.00075244327 | |
| 21246400 | 2 hours ago | | | 0 | 0.00074232901 | |
| 21246074 | 3 hours ago | | | 0 | 0.00060166584 | |
| 21246071 | 3 hours ago | | | 0 | 0.00061838582 | |
| 21246058 | 3 hours ago | | | 0 | 0.00094842873 | |
| 21245721 | 4 hours ago | | | 0 | 0.00055274806 | |
| 21245630 | 5 hours ago | | | 0 | 0.00080641498 |
ABI
ABI objects
Getter at block 21246996
DOMAIN_SEPARATOR() view returns (bytes32)
0xeb40064a2a036a5a47585473e7177d88ee7ba703ca248177c1a9904ad34b1fc9
decimals() view returns (uint8)
18
name() view returns (string)
SmarDex Token
symbol() view returns (string)
SDEX
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint256 _supply)
This contract contains no fallback and receive objects.
This contract contains no error objects.