SocialBlox
Verified contract
Active on
Ethereum with 350 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SBLX | ERC-20 | 400.4K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19989189 | 6 months ago | | | 0 | 0.00052756033 | |
| 19333154 | 9 months ago | | | 0 | 0.0053412833 | |
| 19248510 | 9 months ago | | | 0 | 0.0017769367 | |
| 19199905 | 9 months ago | | | 0 | 0.0014876396 | |
| 19085582 | 10 months ago | | | 0 | 0.00089534215 | |
| 19028834 | 10 months ago | | | 0 | 0.0023020673 | |
| 19014349 | 10 months ago | | | 0 | 0.0015084718 | |
| 19014324 | 10 months ago | | | 0 | 0.0014202574 | |
| 19010814 | 10 months ago | | | 0 | 0.0013201606 | |
| 18973342 | 10 months ago | | | 0 | 0.00066358734 |
ABI
ABI objects
Getter at block 21248166
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PAUSE_ROLE() view returns (bytes32)
0x139c2898040ef16910dc9f44dc697df79363da767d8bc92f2e310312b816e46d
SNAPSHOTTER_ROLE() view returns (bytes32)
0x1aa1fd5f7b0f7c50bfda2b3788dca5be0ff1c53a5be56745dadbd234c0ff987c
cap() view returns (uint256)
21000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
SocialBlox
paused() view returns (bool)
false
symbol() view returns (string)
SBLX
totalSupply() view returns (uint256)
11838726658560593710904512597
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupplyAt(uint256 snapshotId) view returns (uint256)
State-modifying
Events addTrustedForwarder(address forwarder)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
destroy()
distribute(address[] accounts, uint256[] amounts)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
removeTrustedForwarder(address forwarder)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
snapshot() returns (uint256)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
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)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address manager, uint256 cap)
This contract contains no fallback and receive objects.
This contract contains no error objects.