COR Token
Verified contract
Active on
Ethereum with 6,133 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 "COR Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21149376 | a day ago | | | 0 | 0.00057320511 | |
| 21145425 | 2 days ago | | | 0 | 0.00075548653 | |
| 21126939 | 4 days ago | | | 0 | 0.0017761695 | |
| 21116197 | 6 days ago | | | 0 | 0.00029264669 | |
| 21115979 | 6 days ago | | | 0 | 0.00033608783 | |
| 21111562 | 6 days ago | | | 0 | 0.00022993814 | |
| 21109601 | 7 days ago | | | 0 | 0.00017902296 | |
| 21080390 | 11 days ago | | | 0 | 0.00061168311 | |
| 21076072 | 11 days ago | | | 0 | 0.00048769580 | |
| 21069540 | 12 days ago | | | 0 | 0.00047458096 |
ABI
ABI objects
Getter at block 21157955
admin() view returns (address)
0xd322844009538484c2cfc1560eba82a6d94f5c4c
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
COR Token
paused() view returns (bool)
false
symbol() view returns (string)
COR
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
owners(address) view returns (bool)
State-modifying
Events addOwner(address newOwner) returns (bool success)
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)
pause()
removeOwner(address oldOwner) returns (bool success)
takeOut(address _token, uint256 _amount)
takeOutETH(uint256 _amount)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.