Disciplina Token
Verified contract
Active on
Ethereum with 19,708 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 |
---|---|---|---|---|---|
DSCP | ERC-20 | 71.087K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19867222 | 6 months ago | | | 0 | 0.00018740274 | |
| 19833488 | 6 months ago | | | 0 | 0.00025845600 | |
| 19695337 | 7 months ago | | | 0 | 0.00048161343 | |
| 19507594 | 8 months ago | | | 0 | 0.00086061029 | |
| 19334974 | 8 months ago | | | 0 | 0.0033632977 | |
| 19334966 | 8 months ago | | | 0 | 0.0022064889 | |
| 19334901 | 8 months ago | | | 0 | 0.0023505942 | |
| 19017310 | 10 months ago | | | 0 | 0.00094046400 | |
| 17785419 | a year ago | | | 0 | 0.0011248323 | |
| 16868338 | 2 years ago | | | 0 | 0.00063130447 |
ABI
ABI objects
Getter at block 21160736
decimals() view returns (uint32)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
Disciplina Token
owner() view returns (address)
0x29d67d93a1eada187d077c4489ca59aad8ccee68
symbol() view returns (string)
DSCP
totalSupply() view returns (uint256)
107654404190000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events allowMint(address _minter, uint256 _amount) returns (bool)
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)
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()
MintingApproval(address indexed minter, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.