Swarm Markets
Verified contract
Active on
Ethereum with 33,356 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($11,125.78)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SMT | ERC-20 | 50.98805K | $0.180717 |
$9,214.41 | |
XCAD | ERC-20 | 6.139999K | $0.311298 |
$1,911.37 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242815 | 2 hours ago | | | 0 | 0.00055549925 | |
| 21242783 | 2 hours ago | | | 0 | 0.00059266787 | |
| 21242618 | 2 hours ago | | | 0 | 0.00063222335 | |
| 21242581 | 2 hours ago | | | 0 | 0.00054090164 | |
| 21242572 | 2 hours ago | | | 0 | 0.00055624039 | |
| 21242478 | 3 hours ago | | | 0 | 0.00055404960 | |
| 21242424 | 3 hours ago | | | 0 | 0.00050662365 | |
| 21241916 | 5 hours ago | | | 0 | 0.00024272660 | |
| 21241733 | 5 hours ago | | | 0 | 0.00054884812 | |
| 21241663 | 5 hours ago | | | 0 | 0.00034319052 |
ABI
ABI objects
Getter at block 21243272
KYA() view returns (string)
ipfs://Qma2pjQn8xqhJLhnRamuxtDEMgcyaYbK5ZRWwNPnEd8SZD
decimals() view returns (uint8)
18
name() view returns (string)
Swarm Markets
owner() view returns (address)
0xae5ab27efc1c39291f83990fd69daa476c128194
symbol() view returns (string)
SMT
totalSupply() view returns (uint256)
157334391265010077014821466
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setKYA(string _knowYourAsset)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.