EngagementToken
Verified contract
Active on
Ethereum with 6,053 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 |
---|---|---|---|---|---|
GRT | ERC-20 | 30M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
EGT | ERC-20 | 73.929545K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
MC | ERC-20 | 100 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20629726 | 3 months ago | | | 0 | 0.00014295000 | |
| 20453317 | 4 months ago | | | 0 | 0.000047614000 | |
| 18750814 | a year ago | | | 0 | 0.0018794536 | |
| 16519976 | 2 years ago | | | 0 | 0.0019447343 | |
| 16279189 | 2 years ago | | | 0 | 0.00049695439 | |
| 15963539 | 2 years ago | | | 0 | 0.0012131904 | |
| 15054383 | 2 years ago | | | 0 | 0.00085316400 | |
| 14779674 | 3 years ago | | | 0 | 0.00052613470 | |
| 12791354 | 3 years ago | | | 0 | 0.00053502020 | |
| 12597417 | 3 years ago | | | 0 | 0.00048638200 |
ABI
ABI objects
Getter at block 21256100
FREEZE_END() view returns (uint256)
1529020799
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
EngagementToken
owner() view returns (address)
0x3a0e602bc16cc00537d6bd5b02731c5ba68394b8
symbol() view returns (string)
EGT
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
hasPoolRole(address addr) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting()
grantPoolRole(address addr)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(uint256 _amount)
multiTransfer(address[] recipients, uint256[] amounts)
reclaimEther()
revokePoolRole(address addr)
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)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolRoleGranted(address indexed addr)
PoolRoleRevoked(address indexed addr)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.