CryptoSoul
Verified contract
Active on
Ethereum with 25,028 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($103.19)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 103.293519 | $0.999008 |
$103.19 | |
XIO | ERC-20 | 3.846153M | -- | -- | |
SOUL | ERC-20 | 566.94822K | -- | -- | |
SOUL | ERC-20 | 2.276618K | -- | -- | |
0xd51e…ef0c | ERC-20 | 1.2K | -- | -- | |
ERC-20 | 276 | -- | -- | ||
MRO | ERC-20 | 49.95 | -- | -- | |
SKO | ERC-20 | 3 | -- | -- | |
ERC20 | ERC-20 | 2.97 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157106 | 9 hours ago | | | 0 | 0.00080207635 | |
| 21137862 | 3 days ago | | | 0 | 0.00084789677 | |
| 21133791 | 4 days ago | | | 0 | 0.00021733765 | |
| 21125695 | 5 days ago | | | 0 | 0.0014785667 | |
| 21104117 | 8 days ago | | | 0 | 0.00012340409 | |
| 21104097 | 8 days ago | | | 0 | 0.00011881080 | |
| 21104089 | 8 days ago | | | 0 | 0.00012296779 | |
| 21104081 | 8 days ago | | | 0 | 0.00012522646 | |
| 21104076 | 8 days ago | | | 0 | 0.00012750569 | |
| 21104043 | 8 days ago | | | 0 | 0.00010038281 |
ABI
ABI objects
Getter at block 21159820
MINT_AMOUNT() view returns (uint256)
1370000000000000000000000
MINT_INTERVAL() view returns (uint256)
86400
START_TOKENS() view returns (uint256)
500000000000000000000000000
canMint() view returns (bool)
true
decimals() view returns (uint256)
18
name() view returns (string)
CryptoSoul
nextMintPossibleDate() view returns (uint256)
1544560452
owner() view returns (address)
0x06f86b5c2c26a6baed739bb134a096ddde7d9cb8
symbol() view returns (string)
SOUL
totalSupply() view returns (uint256)
322094483999999999996846708
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
freezeAllowance(address _owner) view returns (bool)
showFreezedTokensAmount(address _owner) view returns (uint256)
showTokensUnfreezeDate(address _owner) view returns (uint256)
State-modifying
Events allowMinting()
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 value) returns (bool)
freezeTokens(uint256 _amount, uint256 _unfreezeDate) returns (bool)
giveFreezePermission(address[] _owners, bool _permission) returns (bool)
massApprove(address[] _spenders, uint256[] _values) returns (bool succes)
massTransfer(address[] _addresses, uint256[] _values) returns (bool)
mint() returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner) returns (bool)
unfreezeTokens() returns (bool)
AllowMinting()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed _from, uint256 _value)
ChangeFreezePermission(address indexed _owner, bool _permission)
FreezeTokens(address indexed _owner, uint256 _freezeAmount)
Mint(address indexed _to, uint256 _value)
Transfer(address indexed from, address indexed to, uint256 value)
TransferOwnership(address indexed _previousOwner, address indexed _newOwner)
UnfreezeTokens(address indexed _owner, uint256 _unfreezeAmount)
constructor()
fallback()
This contract contains no error objects.