CryptoNewsNet
Verified contract
Active on
Ethereum with 2,351 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 |
---|---|---|---|---|---|
NEWS | ERC-20 | 100.2002M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20454020 | 3 months ago | | | 0 | 0.000061073904 | |
| 15583345 | 2 years ago | | | 0 | 0.0013233401 | |
| 15303460 | 2 years ago | | | 0 | 0.00093268913 | |
| 15276768 | 2 years ago | | | 0 | 0.00082194045 | |
| 15275921 | 2 years ago | | | 0 | 0.00082362605 | |
| 13464020 | 3 years ago | | | 0 | 0.0038123417 | |
| 12975488 | 3 years ago | | | 0 | 0.0017437112 | |
| 12578242 | 3 years ago | | | 0 | 0.00041945040 | |
| 11691966 | 4 years ago | | | 0 | 0.0035926860 | |
| 11618011 | 4 years ago | | | 0 | 0.0040439299 |
ABI
ABI objects
Getter at block 21158613
builtOn() view returns (string)
https://vittominacori.github.io/erc20-generator
cap() view returns (uint256)
90000000000000000000
decimals() view returns (uint8)
8
isOwner() view returns (bool)
false
mintingFinished() view returns (bool)
false
name() view returns (string)
CryptoNewsNet
owner() view returns (address)
0x0da26505c82c4605babb542743e466fcae354639
symbol() view returns (string)
NEWS
totalSupply() view returns (uint256)
89999998899899899900
transferEnabled() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
isOperator(address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addMinter(address account)
addOperator(address account)
approve(address spender, uint256 amount) returns (bool)
approveAndCall(address spender, uint256 value) returns (bool)
approveAndCall(address spender, uint256 value, bytes data) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTransfer()
finishMinting()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
recoverERC20(address tokenAddress, uint256 tokenAmount)
removeMinter(address account)
removeOperator(address account)
renounceMinter()
renounceOperator()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferAndCall(address to, uint256 value) returns (bool)
transferAndCall(address to, uint256 value, bytes data) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferFromAndCall(address from, address to, uint256 value) returns (bool)
transferFromAndCall(address from, address to, uint256 value, bytes data) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MintFinished()
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OperatorAdded(address indexed account)
OperatorRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
TransferEnabled()
constructor(string name, string symbol, uint8 decimals, uint256 cap, uint256 initialSupply, bool transferEnabled)
This contract contains no fallback and receive objects.
This contract contains no error objects.