BLOCKS
Verified contract
Active on
Ethereum with 11,206 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($16.98)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SUSHI | ERC-20 | 15.432381 | $1.10 |
$16.98 | |
BLOCKS | ERC-20 | 225.884094K | -- | -- | |
BLOCKS | ERC-20 | 3.731K | -- | -- | |
BLOCKS | ERC-20 | 286.498803 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21199545 | 10 days ago | | | 0 | 0.00033468056 | |
| 21149415 | 17 days ago | | | 0 | 0.00053569281 | |
| 21129258 | 20 days ago | | | 0 | 0.0011740230 | |
| 21087921 | 25 days ago | | | 0 | 0.00052924953 | |
| 21075127 | a month ago | | | 0 | 0.00051851608 | |
| 21072066 | a month ago | | | 0 | 0.00068687412 | |
| 21071720 | a month ago | | | 0 | 0.00081054346 | |
| 21038468 | a month ago | | | 0 | 0.00049694633 | |
| 20925107 | 2 months ago | | | 0 | 0.00061027326 | |
| 20921231 | 2 months ago | | | 0 | 0.0024704180 |
ABI
ABI objects
Getter at block 21269123
decimals() pure returns (uint8)
18
defaultOperators() view returns (address[])
[]
granularity() view returns (uint256)
1
name() view returns (string)
BLOCKS
owner() view returns (address)
0xf0e3ea754d038b979cd0124e2f1a4bf44f32746a
symbol() view returns (string)
BLOCKS
totalSupply() view returns (uint256)
6338034232087146944106655744
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address tokenHolder) view returns (uint256)
isOperatorFor(address operator, address tokenHolder) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
authorizeOperator(address operator)
burn(uint256 amount, bytes data)
operatorBurn(address account, uint256 amount, bytes data, bytes operatorData)
operatorSend(address sender, address recipient, uint256 amount, bytes data, bytes operatorData)
release(address to, uint256 amount)
renounceOwnership()
revokeOperator(address operator)
send(address recipient, uint256 amount, bytes data)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address holder, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizedOperator(address indexed operator, address indexed tokenHolder)
Burned(address indexed operator, address indexed from, uint256 amount, bytes data, bytes operatorData)
Minted(address indexed operator, address indexed to, uint256 amount, bytes data, bytes operatorData)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RevokedOperator(address indexed operator, address indexed tokenHolder)
Sent(address indexed operator, address indexed from, address indexed to, uint256 amount, bytes data, bytes operatorData)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, address[] defaultOperators, uint256 initialSupply, address treasury)
This contract contains no fallback and receive objects.
This contract contains no error objects.