Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Smartgems"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8428621 | 5 years ago | | | 0 | 0.00014830800 | |
| 8050628 | 5 years ago | | | 0 | 0.000088052000 | |
| 8050605 | 5 years ago | | | 0 | 0.000088308000 | |
| 8050328 | 5 years ago | | | 0 | 0.000088052000 | |
| 8049525 | 5 years ago | | | 0 | 0.00018213600 | |
| 8014243 | 5 years ago | | | 0 | 0.00018213600 | |
| 8014194 | 5 years ago | | | 0 | 0.00018188000 | |
| 8002752 | 5 years ago | | | 0 | 0.00018213600 | |
| 8002278 | 5 years ago | | | 0 | 0.00018213600 | |
| 8002265 | 5 years ago | | | 0 | 0.00018213600 |
ABI
ABI objects
Getter at block 21329102
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
Smartgems
owner() view returns (address)
0xcee56c92f4f8abc6f829b1e7c24434d6db310efb
symbol() view returns (string)
SGSS
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
multiMint(address[] recipients, uint256[] values)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint256 _initialSupply, address _depositTo)
This contract contains no fallback and receive objects.
This contract contains no error objects.