Refractions
Verified contract
Active on
Ethereum with 1,070 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Refractions"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21232526 | 9 days ago | | | 0 | 0.00044599731 | |
| 21089323 | a month ago | | | 0 | 0.00033898303 | |
| 20979999 | a month ago | | | 0 | 0.00060210750 | |
| 20814229 | 2 months ago | | | 0 | 0.0017638654 | |
| 20814214 | 2 months ago | | | 0 | 0.0017744838 | |
| 20814158 | 2 months ago | | | 0 | 0.0013941819 | |
| 20814154 | 2 months ago | | | 0 | 0.0014488289 | |
| 20814152 | 2 months ago | | | 0 | 0.0015267716 | |
| 20814149 | 2 months ago | | | 0 | 0.0014646861 | |
| 20814144 | 2 months ago | | | 0 | 0.0015424072 |
ABI
ABI objects
Getter at block 21296445
contractURI() view returns (string)
https://refractions.azureedge.net/refractions/metadata/refractions/metadata.json
owner() view returns (address)
0x24ce338baf5659bacb1bb92aa3a0ce9dd36f31b0
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] to, uint256 id, uint8[] amounts, bytes data)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
mintOwner(address account, uint256 id, uint256 amount, bytes data)
mintOwnerBatch(address to, uint256[] ids, uint256[] amounts, bytes data)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setURI(string newuri)
transferOwnership(address newOwner)
withdraw(uint256 amount)
withdrawAll()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.