One Gwei
Verified contract
Active on
Ethereum with 2,668 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "One Gwei"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20547204 | 3 months ago | | | 0 | 0.000063936146 | |
| 20506808 | 4 months ago | | | 0 | 0.000023802000 | |
| 20506808 | 4 months ago | | | 0 | 0.000023802000 | |
| 20506579 | 4 months ago | | | 0 | 0.00020527948 | |
| 20506382 | 4 months ago | | | 0 | 0.00032599487 | |
| 20506375 | 4 months ago | | | 0 | 0.00013700604 | |
| 20505288 | 4 months ago | | | 0 | 0.000055763089 | |
| 20505182 | 4 months ago | | | 0 | 0.000066114429 | |
| 20504855 | 4 months ago | | | 0 | 0.00013209176 | |
| 20504816 | 4 months ago | | | 0 | 0.00013743458 |
ABI
ABI objects
Getter at block 21300392
DECIMALS() view returns (uint256)
1000000000000000000
INITIAL_LOT_SIZE() view returns (uint256)
5000000000000000000000
MAX_SUPPLY() view returns (uint256)
10000000000000000000000000
decimals() pure returns (uint8)
18
name() view returns (string)
One Gwei
owner() view returns (address)
0x40e58c935092c3003f28c7d12bdb62e8c3f90d3f
symbol() view returns (string)
1GWEI
totalMinted() view returns (uint256)
10000000000000000000000000
totalSupply() view returns (uint256)
10045000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint()
renounceOwnership()
sweep()
sweepERC20(address token)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.