Education
Verified contract
Active on
Ethereum with 1,088 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 |
---|---|---|---|---|---|
EDU | ERC-20 | 48.262726K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21350151 | 7 days ago | | | 0 | 0.00065094918 | |
| 21348318 | 7 days ago | | | 0 | 0.00063721067 | |
| 21262580 | 19 days ago | | | 0 | 0.00019292388 | |
| 21262578 | 19 days ago | | | 0 | 0.00033381567 | |
| 20516630 | 4 months ago | | | 0 | 0.000055278215 | |
| 19905421 | 7 months ago | | | 0 | 0.00016985258 | |
| 19505026 | 9 months ago | | | 0 | 0.00094732685 | |
| 19504682 | 9 months ago | | | 0 | 0.0010579120 | |
| 19465631 | 9 months ago | | | 0 | 0.0018433133 | |
| 18959279 | a year ago | | | 0 | 0.0013015432 |
ABI
ABI objects
Getter at block 21399784
cap() view returns (uint256)
36298309400000000
decimals() view returns (uint8)
8
isOwner() view returns (bool)
false
name() view returns (string)
Education
owner() view returns (address)
0xb00ec21071ed85e4496524ef3a921207a6c43095
paused() view returns (bool)
false
symbol() view returns (string)
LEDU
totalSupply() view returns (uint256)
36298309400000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
pause()
renounceMinter()
renounceOwnership()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string name, string symbol, uint8 decimals, uint256 to_mint, address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.