TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 2,700 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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19537573 | 8 months ago | | | 0 | 0.00061753846 | |
| 19537571 | 8 months ago | | | 0 | 0.0011341371 | |
| 14539217 | 3 years ago | | | 0.3 | 0.0024973270 | |
| 14481813 | 3 years ago | | | 0 | 0.023737385 | |
| 14479559 | 3 years ago | | | 0 | 0.029979072 | |
| 14479540 | 3 years ago | | | 0 | 0.0080377442 | |
| 14479518 | 3 years ago | | | 0 | 0.0094370280 | |
| 14459718 | 3 years ago | | | 0.1 | 0.00083767487 | |
| 14459706 | 3 years ago | | | 0.1 | 0.00090506979 | |
| 14459705 | 3 years ago | | | 0.1 | 0.00078084000 |
ABI
ABI objects
Getter at block 21286453
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
claimTime() view returns (uint256)
300
getRecordsLength() view returns (uint256)
2473
nft() view returns (address)
0x80dbbdcb4280030fb22e2a9d671a368211d49d6e
owner() view returns (address)
0xc207d016d1cd92b316313aa5c5b1f893ba596073
Read-only
blacklist(address) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
price(uint256) view returns (uint256)
records(uint256) view returns (address wallet, uint256 totalPrice, uint256 weapon, uint256 from, uint256 to, bool wl, uint256 created)
saleByAddress(address) view returns (uint256)
saleByWeapon(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
__UndeadNFTPresale_init(address n)
buyAmateur(uint256 from, uint256 to, uint256 max, bool wl, uint256 timestamp, bytes signature) payable
buyAssassin(uint256 from, uint256 to, uint256 max, bool wl, uint256 timestamp, bytes signature) payable
buySurvivor(uint256 from, uint256 to, uint256 max, bool wl, uint256 timestamp, bytes signature) payable
buyZombieKiller(uint256 from, uint256 to, uint256 max, bool wl, uint256 timestamp, bytes signature) payable
getFunds()
grantRole(bytes32 role, address account)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transferOwnership(address newOwner)
updateBlacklist(address addr, bool status)
updateClaimTime(uint256 ct)
updateNFT(address n)
updatePrice(uint256 amateurPrice, uint256 survivorPrice, uint256 assassinPrice, uint256 zombieKillerPrice)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.