CargoCoin

Verified contract

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

No balances found for "CargoCoin"

0x21c963b836e387c716e2b2b47fe56a8873d646d1d434bd265186fbdf0fc603e7
0xcf9b627a323027a65f4dcec96a7e0ca584982015ded2efdfc147cab8ba9b127f
0xd1e5fbff3122e634d7b3eacbb7a7c0ec00ff40bb3331c8f15a1c7ed9cf6022ec
0x53307be1c637dc54009cbd5ff64c079ddb450b766fde1de9529393522dc10009
0x541d6953858338a0245d021b8d4b6c7f317d8dc10039a37dd3eb6ba6146b7bef
0x55d80ec547b97e3a85f6ad74f7e9d93f4a0fa909ec69f0c7be1d3090bafc7123
0xb8270c0cb052394d8ea942f736ceab62c90976aea8feaf480dacf71204eb4ab1
0x1328a9b0885eaba8f95a7aa0716459c78d902b2d0e5324e4ca656779032d6899
0x6278ee62a0f7d678b38a497f1dc6efd34483ba86d34c6695d651ba8fa5d43344
0xa3821d95848ba1874d8134c75a5452ff477147324ae0608953bad6e10f0fc0bb

Functions
Getter at block 20889742
decimals(view returns (uint8)
18
name(view returns (string)
CargoCoin
owner(view returns (address)
0x99c126445c12e5629d702dc7c19567b1afb3d40c
symbol(view returns (string)
CgC
totalSupply(view returns (uint256)
10000020000000001000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
mint(address accountuint256 amount
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