Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.58)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 3.58 | $1.001 |
$3.58 | |
SKD | ERC-20 | 4 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20233323 | 5 months ago | | | 0 | 0.00050184692 | |
| 18910963 | a year ago | | | 0 | 0.00022484593 | |
| 16615835 | 2 years ago | | | 0 | 0.00041296643 | |
| 13226437 | 3 years ago | | | 0 | 0.0017960533 | |
| 13054506 | 3 years ago | | | 0 | 0.00078007694 | |
| 12738720 | 3 years ago | | | 0 | 0.00088407000 | |
| 12579961 | 3 years ago | | | 0 | 0.00060489000 | |
| 12579954 | 3 years ago | | | 0 | 0.00034648600 | |
| 12579944 | 3 years ago | | | 0 | 0.00068218800 | |
| 12554564 | 3 years ago | | | 0 | 0.00088407000 |
ABI
ABI objects
Getter at block 21297437
decimals() view returns (uint8)
18
name() view returns (string)
Sokudo
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
SKD
taxDestination() view returns (address)
0x4f58c89f4079e4c707327c9e1c3f2a98606a9f81
taxRate() view returns (uint256)
0
taxer() view returns (address)
0x4f58c89f4079e4c707327c9e1c3f2a98606a9f81
totalSupply() view returns (uint256)
20187500000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isInWhitelist(address account) view returns (bool)
minters(address) view returns (bool)
State-modifying
Events addMinter(address account)
addToWhitelist(address account)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
removeFromWhitelist(address account)
removeMinter(address account)
renounceOwnership()
setTaxDestination(address account)
setTaxRate(uint256 rate)
setTaxer(address account)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.