AvastarPrimeMinter
Verified contract
Active on
Ethereum with 42,658 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf3e7…e049
Balances ($122,985.26)
Native
Value
$122,985.26
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 36.912558 | $3,331.80 |
$122,985.26 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19681061 | 7 months ago | | | 0 | 0.00043426143 | |
| 19195145 | 9 months ago | | | 0 | 0.00096259240 | |
| 18651829 | a year ago | | | 0 | 0.00085596116 | |
| 18651820 | a year ago | | | 0 | 0.00083077018 | |
| 18651812 | a year ago | | | 0 | 0.00095647651 | |
| 17945017 | a year ago | | | 0 | 0.00075732136 | |
| 14943499 | 2 years ago | | | 0 | 0.0014857320 | |
| 13447512 | 3 years ago | | | 0.1424 | 0.00084218400 | |
| 13307263 | 3 years ago | | | 0 | 0.0016281826 | |
| 13306748 | 3 years ago | | | 0 | 0.0023825458 |
ABI
ABI objects
Getter at block 21246824 checkFranchiseBalance() view returns (uint256 franchiseBalance)
checkDepositorBalance() view returns (uint256)
0
newContractAddress() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
true
upgraded() view returns (bool)
false
Read-only
This contract contains no read-only function objects.
State-modifying
Events addMinter(address _minterAddress)
addOwner(address _ownerAddress)
addSysAdmin(address _sysAdminAddress)
deposit() payable
pause()
purchasePrime(address _purchaser, uint256 _price, uint256 _traits, uint8 _gender, uint8 _ranking) returns (uint256 tokenId, uint256 serial)
setCurrentGeneration(uint8 _generation)
setCurrentSeries(uint8 _series)
setTeleporterContract(address _address)
stripRoles(address _address)
unpause()
upgradeContract(address _newAddress)
withdrawDepositorBalance() returns (uint256 amountWithdrawn)
withdrawFranchiseBalance() returns (uint256 amountWithdrawn)
ContractPaused()
ContractUnpaused()
ContractUpgrade(address newContract)
CurrentGenerationSet(uint8 currentGeneration)
CurrentSeriesSet(uint8 currentSeries)
DepositorBalance(address indexed depositor, uint256 balance)
FranchiseBalanceWithdrawn(address indexed owner, uint256 amount)
TeleporterContractSet(address contractAddress)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.