Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BTL | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 8 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18902065 | a year ago | | | 0 | 0.00045687090 | |
| 16414319 | 2 years ago | | | 0 | 0.0011022092 | |
| 16414210 | 2 years ago | | | 0 | 0.0011216051 | |
| 16041548 | 2 years ago | | | 0 | 0.00035311225 | |
| 16041531 | 2 years ago | | | 0 | 0.00056928222 | |
| 15336752 | 2 years ago | | | 0 | 0.00027434197 | |
| 14107572 | 3 years ago | | | 0 | 0.0022078531 | |
| 12631673 | 4 years ago | | | 0 | 0.00026068000 | |
| 12631673 | 4 years ago | | | 0 | 0.00026068000 | |
| 11850420 | 4 years ago | | | 0 | 0.0061530150 |
ABI
ABI objects
Getter at block 21408649
ROLE_ADMIN() view returns (string)
admin
ROLE_BURN() view returns (string)
burn
ROLE_TRANSFER() view returns (string)
transfer
decimals() view returns (uint8)
18
name() view returns (string)
Purpose
supplier() view returns (address)
0x767c9e2dc7f7c6cd43fa7a594f4472bf696067b2
symbol() view returns (string)
PRPS
totalSupply() view returns (uint256)
975168257910500214668126441
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
checkRole(address addr, string roleName) view
hasRole(address addr, string roleName) view returns (bool)
State-modifying
Events adminAddRole(address addr, string roleName)
adminRemoveRole(address addr, string roleName)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
hodlerTransfer(address _from, uint256 _value) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
supplyBurn(uint256 _value) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
RoleAdded(address addr, string roleName)
RoleRemoved(address addr, string roleName)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _supplier)
This contract contains no fallback and receive objects.
This contract contains no error objects.