SINERGIA
Verified contract
Active on
Ethereum with 6,240 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 |
---|---|---|---|---|---|
SNG | ERC-20 | 3.47K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19812222 | 6 months ago | | | 0 | 0.00038230531 | |
| 19626545 | 7 months ago | | | 0 | 0.0014376250 | |
| 19621664 | 7 months ago | | | 0 | 0.00057735896 | |
| 19494602 | 8 months ago | | | 0 | 0.00097387500 | |
| 19490257 | 8 months ago | | | 0 | 0.00083492294 | |
| 19434862 | 8 months ago | | | 0 | 0.0024653855 | |
| 19406134 | 8 months ago | | | 0 | 0.0041477924 | |
| 18348970 | a year ago | | | 0 | 0.00031209995 | |
| 17038709 | 2 years ago | | | 0 | 0.0012048745 | |
| 16872009 | 2 years ago | | | 0 | 0.00040162465 |
ABI
ABI objects
Getter at block 21213940
decimals() view returns (uint256)
8
initialSupply() view returns (uint256)
2000000000000000
mintingFinished() view returns (bool)
false
name() view returns (string)
SINERGIA
owner() view returns (address)
0x793cb6db3812be1efaf9decd457342cf11bde606
symbol() view returns (string)
SNG
totalSupply() view returns (uint256)
2000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
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()
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.