notapeCoin
Verified contract
Active on
Ethereum with 677 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($199.73)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 200 | $0.998627 |
$199.73 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20995113 | a month ago | | | 0 | 0.00034270927 | |
| 20157744 | 5 months ago | | | 0 | 0.000052476552 | |
| 19942879 | 6 months ago | | | 0 | 0.00027347385 | |
| 19940927 | 6 months ago | | | 0 | 0.00053608518 | |
| 19936628 | 6 months ago | | | 0 | 0.00032484470 | |
| 19864457 | 6 months ago | | | 0 | 0.00021479361 | |
| 19822602 | 6 months ago | | | 0 | 0.00032533604 | |
| 19821673 | 6 months ago | | | 0 | 0.00027214395 | |
| 19587445 | 7 months ago | | | 0 | 0.00044371229 | |
| 19509265 | 8 months ago | | | 0 | 0.00071775643 |
ABI
ABI objects
Getter at block 21216176
decimals() view returns (uint8)
18
maxSupply() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
notapeCoin
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
NOTAPE
totalSupply() view returns (uint256)
630000000999999999999999999
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events 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)
pause()
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _owner, string _name, string _symbol, uint8 _decimals, uint256 _initialSupply, uint256 _maxSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.