Paladin Token
Verified contract
Active on
Ethereum with 2,683 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PAL | ERC-20 | 7.646K | $0.047873 |
$366.03 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21206861 | 15 hours ago | | | 0 | 0.00039049108 | |
| 21189334 | 3 days ago | | | 0 | 0.0010134030 | |
| 21163785 | 7 days ago | | | 0 | 0.00063770121 | |
| 21163717 | 7 days ago | | | 0 | 0.00085985735 | |
| 21149162 | 9 days ago | | | 0 | 0.00048027273 | |
| 21133931 | 11 days ago | | | 0 | 0.00036745407 | |
| 21124273 | 12 days ago | | | 0 | 0.00022121650 | |
| 21121695 | 13 days ago | | | 0 | 0.00033301118 | |
| 21106639 | 15 days ago | | | 0 | 0.00012995636 | |
| 21106452 | 15 days ago | | | 0 | 0.00012283401 |
ABI
ABI objects
Getter at block 21211481
ADMIN_ROLE() view returns (bytes32)
0xdf8b4c520ffe197c5343c6f5aec59570151ef9a492f2c624fd45ddde6135ec42
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
TRANSFER_ROLE() view returns (bytes32)
0x9143236d81225394f3bd65b44e6e29fdf4d7ba0773d9bb3f5cc15eb80ba37777
decimals() view returns (uint8)
18
name() view returns (string)
Paladin Token
symbol() view returns (string)
PAL
totalSupply() view returns (uint256)
50000000000000000000000000
transfersAllowed() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address, uint256) view returns (uint32 fromBlock, uint224 votes)
delegateCheckpoints(address, uint256) view returns (uint32 fromBlock, address delegate)
delegates(address) view returns (address)
getCurrentVotes(address account) view returns (uint256)
getPastDelegate(address account, uint256 blockNumber) view returns (address)
getPastVotes(address account, uint256 blockNumber) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
nonces(address) view returns (uint256)
numCheckpoints(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setTransfersAllowed(bool _transfersAllowed)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
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)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
TransfersAllowed(bool transfersAllowed)
constructor(uint256 initialSupply, address admin, address recipient)
This contract contains no fallback and receive objects.
This contract contains no error objects.