ProximaToken
Verified contract
Active on
Ethereum with 1,834 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 "ProximaToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244278 | 9 hours ago | | | 0 | 0.00044660418 | |
| 21185903 | 9 days ago | | | 0 | 0.00076867980 | |
| 21048390 | a month ago | | | 0 | 0.00026541321 | |
| 21044064 | a month ago | | | 0 | 0.00048690364 | |
| 21003542 | a month ago | | | 0 | 0.00027782927 | |
| 20962907 | a month ago | | | 0 | 0.00030164724 | |
| 20949746 | a month ago | | | 0 | 0.00030809949 | |
| 20948252 | a month ago | | | 0 | 0.00024840827 | |
| 20947529 | a month ago | | | 0 | 0.00044520066 | |
| 20947521 | a month ago | | | 0 | 0.00047843995 |
ABI
ABI objects
Getter at block 21246838
DOMAIN_SEPARATOR() view returns (bytes32)
0x179be8d105edbfc37f0017cda57312292608d6cf3567635d3ab318df5300e4eb
decimals() view returns (uint8)
18
name() view returns (string)
Proxima b
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
PROXIMA
totalSupply() view returns (uint256)
404000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklists(address) view returns (bool)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address _address, bool _isBlacklisting)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
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.