NearPad Token
Verified contract
Proxy
Active on
Ethereum with 4,454 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($703.47)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 702.763813 | $1.001 |
$703.47 | |
PAD | ERC-20 | 20 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245743 | 14 hours ago | | | 0 | 0.00073489787 | |
| 21234065 | 2 days ago | | | 0 | 0.00058231651 | |
| 21224600 | 4 days ago | | | 0 | 0.00086232182 | |
| 21176944 | 10 days ago | | | 0 | 0.00067929126 | |
| 21157879 | 13 days ago | | | 0 | 0.0018920443 | |
| 21157601 | 13 days ago | | | 0 | 0.0010929728 | |
| 21114469 | 19 days ago | | | 0 | 0.00019710442 | |
| 21091486 | 22 days ago | | | 0 | 0.00023831671 | |
| 21055743 | a month ago | | | 0 | 0.00029869764 | |
| 20948558 | a month ago | | | 0 | 0.00035398558 |
ABI
ABI objects
Getter at block 21249971
decimals() view returns (uint8)
18
name() view returns (string)
NearPad Token
paused() view returns (bool)
false
symbol() view returns (string)
PAD
totalSupply() view returns (uint256)
150000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.