Sint Token
Verified contract
Active on
Ethereum with 258 txns
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 "Sint Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12580467 | 3 years ago | | | 0 | 0.00041734000 | |
| 7508198 | 6 years ago | | | 0 | 0.00036617600 | |
| 7405918 | 6 years ago | | | 0 | 0.00015204000 | |
| 6355218 | 6 years ago | | | 0 | 0.00041137200 | |
| 6248309 | 6 years ago | | | 0 | 0.00011403000 | |
| 6218844 | 6 years ago | | | 0 | 0.0014798940 | |
| 6132621 | 6 years ago | | | 0 | 0.00027424800 | |
| 6126912 | 6 years ago | | | 0 | 0.0015584100 | |
| 6126901 | 6 years ago | | | 0 | 0.00095612000 | |
| 6126738 | 6 years ago | | | 0 | 0.0021681620 |
ABI
ABI objects
Getter at block 21225630
cap() view returns (uint256)
10000000000000000000000000000
decimals() view returns (uint8)
18
lockedTransfers() view returns (bool)
false
mintingFinished() view returns (bool)
true
name() view returns (string)
Sint Token
owner() view returns (address)
0xb549428c22b388234d1bbd0f901e449a24d96182
symbol() view returns (string)
SIN
totalSupply() view returns (uint256)
2968996302071096147888600000
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)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
timelock(address _beneficiary, uint256 _releaseTime) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unlockTransfers()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Timelock(address indexed beneficiary, uint256 releaseTime)
Transfer(address indexed from, address indexed to, uint256 value)
TransfersUnlocked()
constructor(uint256 _cap)
This contract contains no fallback and receive objects.
This contract contains no error objects.