AKCB Physical Collectible #1
Verified contract
Proxy
Active on
Ethereum with 2,780 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 46 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
6 additional
variables
Balances ($0.00)
No balances found for "AKCB Physical Collectible #1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21302811 | 2 days ago | | | 0 | 0.00061703595 | |
| 21302779 | 2 days ago | | | 0 | 0.00081900041 | |
| 21301702 | 2 days ago | | | 0 | 0.00084987327 | |
| 21296693 | 3 days ago | | | 0 | 0.00054365530 | |
| 21295764 | 3 days ago | | | 0 | 0.00080168723 | |
| 21281734 | 5 days ago | | | 0 | 0.0013643423 | |
| 21278594 | 5 days ago | | | 0 | 0.00071113373 | |
| 21278550 | 5 days ago | | | 0 | 0.00086406672 | |
| 21249505 | 10 days ago | | | 0 | 0.00059327851 | |
| 21244696 | 10 days ago | | | 0 | 0.00092802428 |
ABI
ABI objects
Getter at block 21317807 proxiableUUID() view returns (bytes32)
akcbAddr() view returns (address)
0x77372a4cc66063575b05b44481f059be356964a4
baseURI() view returns (string)
ipfs://QmTJf65JDZRev8ya4WtZRnL8Lb4Fp6q4PjajcsPZrFrbin/
bitAddr() view returns (address)
0xb586d1dc01178ce79046e00ede62a3218722dfdd
burnAddr() view returns (address)
0x0000000000000000000000000000000000000000
burnable() view returns (bool)
false
name() view returns (string)
AKCB Physical Collectible #1
owner() view returns (address)
0x81cc5b913a872bc815a8a84ac08a55bc75d93c04
symbol() view returns (string)
AKCBPC1
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
bitMinted(uint256) view returns (bool)
collectablesHaveClaimed(uint256[] genesisIds, uint256[] bitbeastIds) view returns (bool[], bool[])
genesisMinted(uint256) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
physicals(uint256) view returns (bool exists, bool claim_active, string name, uint256 id, uint256 supply, uint256 max_supply)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events addPhysical(string physical_name, uint256 id, bool claim_active, uint256 max_supply)
addPhysicals(string[] physicalNames, uint256[] physicalIds)
airdropPhysicals(address[] addrs, uint256 id)
burnPhysical(uint256 physicalId, uint256 amount, address adr)
claimBatch(uint256[] genesisIds, uint256[] bitbeastIds, uint256 physicalId)
initialize()
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBurner(address _burnAddr, bool _burnable)
setClaimablePhysicals(uint256[] physicalIds, bool claim_active)
setURI(string _baseURI)
transferOwnership(address newOwner)
updatePhysical(string physical_name, uint256 id, bool claim_active, uint256 max_supply)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
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)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
OperatorNotAllowed(address operator)