Silk Token
Verified contract
Active on
Ethereum with 16 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "Silk Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15819891 | 2 years ago | | | 0 | 0.0011553155 | |
| 15794527 | 2 years ago | | | 0 | 0.00051288037 | |
| 15794503 | 2 years ago | | | 0 | 0.0010372656 | |
| 15792413 | 2 years ago | | | 0 | 0.0010237139 | |
| 15792343 | 2 years ago | | | 0 | 0.0014364190 | |
| 15792340 | 2 years ago | | | 0 | 0.0014779939 | |
| 15792337 | 2 years ago | | | 0 | 0.0014524642 | |
| 15792334 | 2 years ago | | | 0 | 0.0014392033 | |
| 15792331 | 2 years ago | | | 0 | 0.0014007626 | |
| 15792328 | 2 years ago | | | 0 | 0.0014245038 |
ABI
ABI objects
Getter at block 21190099
decimals() view returns (uint8)
18
name() view returns (string)
Silk Token
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0x57d8857c64a863ecff33ecfe988e51a005e78d36
symbol() view returns (string)
SILK
totalSupply() view returns (uint256)
75000000000000000000000000
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)
openTrading() returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.