NatCoin

Verified contract

Active on Ethereum with 740 txns
Deployed by via 0x30aca8b0 at 19898615
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "NatCoin"

0x63015718aa4ce2f75a7101aa7f0ec8a830dd5c2e585d62db5181622e0bb9c1ef
0x99526cd0de97251f4f489e1e44fe575d42ba9760f3b1fe3b8e99701fb119fc80
0xcef87a79214d334db318a4c20981e54375eef0d5812313dca39c8abfcbd14e54
0x97e22db9035e3da64bcc1919b00570ef4cf072a1a9280888767a1a01d6fd1b35
0x288cfddf4885a8123bbf9498ad065e1c2e2a3d1770e8dca9a64eebc7c7ab2a7b
0xdce246a5ec4f312ab10d4a557fe04d168f362f9d190a2b1dc5baf150a5bb5a33
0x3ab8f6bfe4bfc92e92b27e9276cbe6e0ab2a23b0a8f2ec3ad6239556871537f5
0x09c75a5808d23c6221ae0773194a7ec2ce5673a5d709e6283f93ca5fd07b5d36
0x04fa10e737e056341848fec85d1a80e1eb9b21c1bafdfcde4d77b1a2bf1c57f0
0xfac83d4812d0cfb7370cf514f36ac7aab6d108b0d57497a79bafd75591223baf

Functions
Getter at block 21282660
decimals(view returns (uint8)
18
name(view returns (string)
NatCoin
owner(view returns (address)
0x6ebc04504f01dab8ebe428bae1198648d9a576cc
symbol(view returns (string)
NAT
totalSupply(view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account