Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SILK | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21240189 | 16 hours ago | | | 0 | 0.00056587200 | |
| 21237472 | a day ago | | | 0 | 0.00092783093 | |
| 21237462 | a day ago | | | 0 | 0.00068525263 | |
| 21237447 | a day ago | | | 0 | 0.00065620398 | |
| 21233391 | 2 days ago | | | 0 | 0.00027306650 | |
| 21201980 | 6 days ago | | | 0 | 0.00062074997 | |
| 21197030 | 7 days ago | | | 0 | 0.00074440827 | |
| 21193201 | 7 days ago | | | 0 | 0.00074887946 | |
| 21193195 | 7 days ago | | | 0 | 0.00080104000 | |
| 21192944 | 7 days ago | | | 0 | 0.00070567091 |
ABI
ABI objects
Getter at block 21244883
cap() view returns (uint256)
10000000000000000
decimals() view returns (uint8)
8
name() view returns (string)
Silk
owner() view returns (address)
0x3b09b927d68c37dcb3b247d74512213aaa45c247
symbol() view returns (string)
SILK
totalMinted() view returns (uint256)
664934425858623
totalSupply() view returns (uint256)
664934425858623
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
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)
mintBulk(address[] accounts, uint256[] amounts) returns (bool)
removeMinter(address account)
renounceMinter()
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)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.