SPINDLE
Verified contract
Active on
Ethereum with 39,814 txns
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 |
---|---|---|---|---|---|
RHEM | ERC-20 | 91.7015M | -- | -- | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
SPD | ERC-20 | 19.8K | -- | -- | |
PAT | ERC-20 | 12.71187K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
Dcm | ERC-20 | 906 | -- | -- | |
MST | ERC-20 | 100 | -- | -- | |
PCPie | ERC-20 | 4 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21224524 | 3 days ago | | | 0 | 0.0010650103 | |
| 21207836 | 5 days ago | | | 0 | 0.00070787075 | |
| 21062033 | 25 days ago | | | 0 | 0.00018756475 | |
| 20895369 | 2 months ago | | | 0 | 0.00015292508 | |
| 20895362 | 2 months ago | | | 0 | 0.00046655789 | |
| 20611053 | 3 months ago | | | 0 | 0.00013809868 | |
| 20606206 | 3 months ago | | | 0 | 0.0055305900 | |
| 20572754 | 3 months ago | | | 0 | 0.000042660095 | |
| 20571046 | 3 months ago | | | 0 | 0.000056644395 | |
| 20566212 | 3 months ago | | | 0 | 0.000050921385 |
ABI
ABI objects
Getter at block 21243370
decimals() view returns (uint8)
18
name() view returns (string)
SPINDLE
owner() view returns (address)
0x3ed9b7cbaa482a3c43148d3534420a48b65e9905
symbol() view returns (string)
SPD
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address _holder, address _spender) view returns (uint256)
balanceOf(address _holder) view returns (uint256)
lockUpAmountOf(address _holder) view returns (uint256[6])
lockUpAmountStrOf(address _address) view returns (address Address, string a, string b, string c, string d, string e, string f)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
distribute(address _to, uint256 _a, uint256 _b, uint256 _c, uint256 _d, uint256 _e, uint256 _f) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed holder, 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.