Niftify
Verified contract
Active on
Ethereum with 1,771 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 |
---|---|---|---|---|---|
NIFT | ERC-20 | 118 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21189572 | 10 days ago | | | 0 | 0.00098011921 | |
| 21156575 | 14 days ago | | | 0 | 0.00065358400 | |
| 21119169 | 19 days ago | | | 0 | 0.00021790140 | |
| 21093054 | 23 days ago | | | 0 | 0.00059847492 | |
| 20936336 | a month ago | | | 0 | 0.0012295511 | |
| 20878542 | 2 months ago | | | 0 | 0.00057289495 | |
| 20862880 | 2 months ago | | | 0 | 0.00058669682 | |
| 20793872 | 2 months ago | | | 0 | 0.00063818537 | |
| 20731322 | 2 months ago | | | 0 | 0.00014554615 | |
| 20672931 | 3 months ago | | | 0 | 0.00011649633 |
ABI
ABI objects
Getter at block 21258205
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x2f740d82fa8045a1b4221d05d02832ed016ad55c7d83fddc266ca9266c190f8c
OPERATOR_ROLE() view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
decimals() view returns (uint8)
18
name() view returns (string)
Niftify
paused() view returns (bool)
false
symbol() view returns (string)
NIFT
totalSupply() view returns (uint256)
200000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
nonces(address owner) 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)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferWithPermit(address recipient, address owner, address spender, uint256 value, uint256 deadline, bytes signature)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Paused(address account)
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)
Unpaused(address account)
constructor(string name, string symbol, uint256 initialBalance, address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.