Sharpe Platform Token
Verified contract
Active on
Ethereum with 8,491 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd0b1…8a20
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 888.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 8 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- | |
PMT | ERC-20 | 0.0004 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20037708 | 5 months ago | | | 0 | 0.00068165071 | |
| 17887589 | a year ago | | | 0 | 0.0035487840 | |
| 17819885 | a year ago | | | 0 | 0.0017640900 | |
| 16949778 | 2 years ago | | | 0 | 0.0011118243 | |
| 16481196 | 2 years ago | | | 0 | 0.0010478547 | |
| 16481195 | 2 years ago | | | 0 | 0.0030482372 | |
| 16481194 | 2 years ago | | | 0 | 0.0014526630 | |
| 14494023 | 3 years ago | | | 0 | 0.0042338160 | |
| 14457157 | 3 years ago | | | 0 | 0.0014340847 | |
| 13562429 | 3 years ago | | | 0 | 0.011718901 |
ABI
ABI objects
Getter at block 21166965
controller() pure returns (address)
0xc5fd320ef9b3047872dd089f6b4c026cc8c5b617
creationBlock() pure returns (uint256)
4502552
decimals() pure returns (uint8)
18
name() pure returns (string)
Sharpe Platform Token
parentSnapShotBlock() pure returns (uint256)
0
parentToken() pure returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
SHP
tokenFactory() pure returns (address)
0xd0b1eb5c8d2b7b40c836dcbceb32d8f2dbfd8a20
totalSupply() pure returns (uint256)
32000000000000000000000000
transfersEnabled() pure returns (bool)
true
version() pure returns (string)
MMT_0.1
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
balanceOfAt(address _owner, uint256 _blockNumber) pure returns (uint256)
totalSupplyAt(uint256 _blockNumber) pure returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool success)
approveAndCall(address _spender, uint256 _amount, bytes _extraData) returns (bool success)
changeController(address _newController)
claimTokens(address _token)
createCloneToken(string _cloneTokenName, uint8 _cloneDecimalUnits, string _cloneTokenSymbol, uint256 _snapshotBlock, bool _transfersEnabled) returns (address)
destroyTokens(address _owner, uint256 _amount) returns (bool)
enableTransfers(bool _transfersEnabled)
generateTokens(address _owner, uint256 _amount) returns (bool)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _amount)
ClaimedTokens(address indexed _token, address indexed _controller, uint256 _amount)
NewCloneToken(address indexed _cloneToken, uint256 _snapshotBlock)
Transfer(address indexed _from, address indexed _to, uint256 _amount)
constructor(address _tokenFactory)
fallback()
This contract contains no error objects.