PrimeNumbers
Verified contract
Active on
Ethereum with 1,278 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "PrimeNumbers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21163877 | 23 minutes ago | | | 0 | 0.00078926213 | |
| 21153471 | a day ago | | | 0 | 0.00056284736 | |
| 21144125 | 3 days ago | | | 0 | 0.0010550610 | |
| 21144119 | 3 days ago | | | 0 | 0.0015024792 | |
| 21134743 | 4 days ago | | | 0 | 0.00047017094 | |
| 21130702 | 5 days ago | | | 0 | 0.00084424367 | |
| 21127880 | 5 days ago | | | 0 | 0.00088158453 | |
| 21123657 | 6 days ago | | | 0 | 0.00076700340 | |
| 21122641 | 6 days ago | | | 0 | 0.00067004412 | |
| 21121856 | 6 days ago | | | 0 | 0.00026493012 |
ABI
ABI objects
Getter at block 21163991
DOMAIN_SEPARATOR() view returns (bytes32)
0x8cf19b1fade8e658d3d24108eed182f9d4b840826f4001b8731276c717a95c2b
decimals() view returns (uint8)
18
name() view returns (string)
PrimeNumbers
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
PRNT
totalSupply() view returns (uint256)
9852140000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct ERC20VotesCheckpoint)
delegates(address account) view returns (address)
getPastTotalSupply(uint256 blockNumber) view returns (uint256)
getPastVotes(address account, uint256 blockNumber) view returns (uint256)
getVotes(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
totalSupplyAt(uint256 snapshotId) 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)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
snapshot()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.