Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($98.74)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NU | ERC-20 | 929.372869 | $0.10624 |
$98.74 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21277621 | 20 hours ago | | | 0 | 0.00093679273 | |
| 21237866 | 6 days ago | | | 0 | 0.0014907691 | |
| 21175377 | 15 days ago | | | 0 | 0.0016634114 | |
| 21082098 | a month ago | | | 0 | 0.00044223051 | |
| 21054400 | a month ago | | | 0 | 0.00016746988 | |
| 20795820 | 2 months ago | | | 0 | 0.00067168473 | |
| 20695767 | 3 months ago | | | 0 | 0.000051525582 | |
| 20695756 | 3 months ago | | | 0 | 0.000050981432 | |
| 20613317 | 3 months ago | | | 0 | 0.00053651033 | |
| 20483278 | 4 months ago | | | 0 | 0.0010922600 |
ABI
ABI objects
Getter at block 21283566
decimals() view returns (uint8)
18
maxSupply() view returns (uint256)
2500000000000000000000000000
name() view returns (string)
CROWD
owner() view returns (address)
0xb293ba71e723f5c36ceff9b38ace98491beb1d58
paused() view returns (bool)
false
symbol() view returns (string)
CWD
totalSupply() view returns (uint256)
2496085858110245960000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address _addr) view returns (bool)
minter(address) view returns (bool)
minters(uint256) view returns (address)
State-modifying
Events addMinters(address[] _addedMinters)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
removeMinters(address[] _removedMinters)
renounceOwnership()
start()
stop()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed _minter)
MinterRemoved(address indexed _minter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string _name, string _symbol, uint256 _amount)
receive()
This contract contains no error objects.