a KEY called BEAST
Verified contract
Proxy
Active on
Ethereum with 3,705 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
5 additional
variables
Balances ($0.00)
No balances found for "a KEY called BEAST"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21082876 | 17 days ago | | | 0 | 0.00051795329 | |
| 21076722 | 17 days ago | | | 0 | 0.00075456104 | |
| 21076315 | 17 days ago | | | 0 | 0.00087452739 | |
| 21016775 | a month ago | | | 0 | 0.00042604057 | |
| 21011964 | a month ago | | | 0 | 0.00030989519 | |
| 21011064 | a month ago | | | 0 | 0.00055120505 | |
| 20937220 | a month ago | | | 0 | 0.00078574284 | |
| 20923288 | a month ago | | | 0 | 0.0014285277 | |
| 20856019 | 2 months ago | | | 0 | 0.00042923595 | |
| 20849094 | 2 months ago | | | 0 | 0.00048358829 |
ABI
ABI objects
Getter at block 21201150 proxiableUUID() view returns (bytes32)
akcbAddr() view returns (address)
0x77372a4cc66063575b05b44481f059be356964a4
baseURI() view returns (string)
ipfs://QmaYdQzbdzpnEdXvEuRq8ihKda1ppCx48QxwfVcyNr8W5Y/
name() view returns (string)
a KEY called BEAST
owner() view returns (address)
0x81cc5b913a872bc815a8a84ac08a55bc75d93c04
symbol() view returns (string)
KEY
Read-only
_walletsMinted(address) view returns (uint32)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
beastsHaveClaimed(uint256[] genesisIds) view returns (bool[])
cards(uint256) view returns (bool exists, bool mint_active, bool unlockable, string name, uint256 id, uint256 supply, uint256 beast_list_max)
genesisMinted(uint256) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
padlocks(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events airdrop(address[] adrs, uint256[] amounts, uint256 id)
initialiseCard(string card_name, uint256 id, bool mint_active, uint256 beast_list_max)
initialize()
mintBeastList(uint256 cardId, uint256 amount, bytes32[] proof) payable
mintGenesisBatch(uint256[] genesisIds, uint256 cardId)
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)
setPadlocks(address[] _adr, bool _can)
setURI(string _baseURI)
setVerificationHash(bytes32 _hash)
transferOwnership(address newOwner)
unlock(uint256 cardId, uint256 amount, address adr)
updateCard(string card_name, uint256 id, bool mint_active, uint256 beast_list_max, bool unlockable)
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)