Student Coin
Verified contract
Active on
Ethereum with 12,143 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 |
---|---|---|---|---|---|
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 16 | -- | -- | |
STU | ERC-20 | 13.551452 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- | |
SCC | ERC-20 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21134364 | 4 days ago | | | 0 | 0.00034519800 | |
| 20302173 | 4 months ago | | | 0 | 0.000073569561 | |
| 16769545 | 2 years ago | | | 0 | 0.00060263225 | |
| 16131175 | 2 years ago | | | 0 | 0.00065529234 | |
| 15508893 | 2 years ago | | | 0 | 0.00044281576 | |
| 14979932 | 2 years ago | | | 0 | 0.0018749576 | |
| 14552048 | 3 years ago | | | 0 | 0.0024401525 | |
| 13795817 | 3 years ago | | | 0 | 0.00097470674 | |
| 13596287 | 3 years ago | | | 0 | 0.013357684 | |
| 12848179 | 3 years ago | | | 0 | 0.0010812450 |
ABI
ABI objects
Getter at block 21160803
BURN_ADDRESS() pure returns (address)
0x0000000000000000000000000000000000000000
canUpgrade() pure returns (bool)
true
decimals() pure returns (uint256)
18
getUpgradeState() pure returns (uint8)
2
isToken() pure returns (bool weAre)
true
mintingFinished() pure returns (bool)
true
name() pure returns (string)
Student Coin
owner() pure returns (address)
0x202b8fc5a5e8cb447b78c9af16ce4ce3d91414a3
releaseAgent() pure returns (address)
0x7ca63aa7bf5bd6f51cb5a5c28aef6ac94e16be2a
released() pure returns (bool)
true
symbol() pure returns (string)
STU
totalSupply() pure returns (uint256)
200000000000000000000000000
totalUpgraded() pure returns (uint256)
0
upgradeAgent() pure returns (address)
0x0000000000000000000000000000000000000000
upgradeMaster() pure returns (address)
0xe9203c8c8eeaeffefecffad6d883c3ea205a832b
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
mintAgents(address) pure returns (bool)
transferAgents(address) pure returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 burnAmount)
mint(address receiver, uint256 amount)
releaseTokenTransfer()
setMintAgent(address addr, bool state)
setReleaseAgent(address addr)
setTokenInformation(string _name, string _symbol)
setTransferAgent(address addr, bool state)
setUpgradeAgent(address agent)
setUpgradeMaster(address master)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
upgrade(uint256 value)
Approval(address indexed owner, address indexed spender, uint256 value)
Burned(address burner, uint256 burnedAmount)
Minted(address receiver, uint256 amount)
MintingAgentChanged(address addr, bool state)
Transfer(address indexed from, address indexed to, uint256 value)
UpdatedTokenInformation(string newName, string newSymbol)
Upgrade(address indexed _from, address indexed _to, uint256 _value)
UpgradeAgentSet(address agent)
constructor(string _name, string _symbol, uint256 _initialSupply, uint256 _decimals, bool _mintable)
This contract contains no fallback and receive objects.
This contract contains no error objects.