FiveDegrees
Verified contract
Active on
Ethereum with 2,654 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 "FiveDegrees"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19831168 | 7 months ago | | | 0 | 0.000098915205 | |
| 19494047 | 8 months ago | | | 0 | 0.00047194588 | |
| 19337294 | 9 months ago | | | 0 | 0.0011062240 | |
| 18910161 | a year ago | | | 0 | 0.00023289280 | |
| 18681128 | a year ago | | | 0 | 0.0031947605 | |
| 16217867 | 2 years ago | | | 0 | 0.00059745796 | |
| 16119247 | 2 years ago | | | 0 | 0.00059638233 | |
| 16037718 | 2 years ago | | | 0 | 0.00029590117 | |
| 15978574 | 2 years ago | | | 0 | 0.0014287772 | |
| 15976502 | 2 years ago | | | 0 | 0.0019110820 |
ABI
ABI objects
Getter at block 21317791
PAY_PROXY() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x8cccc940e8e142da3ae132750db6ba7622ffac0c
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
baseInfo(address account) view returns (string name, string image)
isApprovedForAll(address account, address operator) view returns (bool)
metrics(address account) view returns (uint256 tokenSupply, uint256 totalBalance)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
State-modifying
Events burn(address account)
burnBatch(address[] accounts)
burnBatchByOrigin(address[] accounts)
burnOrigin(address account)
decreaseMaxSupply(uint256 newMax)
increaseMaxSupply(uint256 newMax) payable
mint(address account)
mintBatch(address[] accounts)
mintBatchByOrigin(address[] accounts)
mintByOrigin(address account)
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)
setInfo(string name, string image, string properties)
setPayProxy(address proxy)
setProtocolInfo(string name, string image, string properties)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Burn(address indexed account, address indexed owner, uint256 tokenId)
BurnBatch(address[] indexed accounts, address indexed owner, uint256[] tokenIds)
Mint(address indexed account, address indexed owner, uint256 tokenId)
MintBatch(address[] indexed accounts, address indexed owner, uint256[] tokenIds)
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.