NiftyFootballTradingCardEliteBlindPack
Verified contract
Active on
Ethereum with 288 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xace0…dd46
0xa23c…d219
0xbc53…ccc4
Balances ($0.00)
No balances found for "NiftyFootballTradingCardEliteBlindPack"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13576557 | 3 years ago | | | 0 | 0.0037149063 | |
| 8739765 | 5 years ago | | | 0.12348 | 0.0039603890 | |
| 8716487 | 5 years ago | | | 0.12348 | 0.035451855 | |
| 8716467 | 5 years ago | | | 0.08832 | 0.023720301 | |
| 8716449 | 5 years ago | | | 0.05298 | 0.012337101 | |
| 8694345 | 5 years ago | | | 0.12348 | 0.0039999929 | |
| 8649843 | 5 years ago | | | 0.16464 | 0.051226170 | |
| 8560314 | 5 years ago | | | 0.05298 | 0.029827358 | |
| 8560240 | 5 years ago | | | 0.08832 | 0.033595768 | |
| 8438898 | 5 years ago | | | 0.08832 | 0.026805890 |
ABI
ABI objects
Getter at block 21397650
attributesBase() view returns (uint256)
50
cardTypeDefault() view returns (uint256)
0
creator() view returns (address)
0xbc5370374fe08d699cf7fcd2e625a93bf393ccc4
generator() view returns (address)
0xa23cb096b4e9440cf391818bfbaa7508d93ad219
isOwner() view returns (bool)
false
owner() view returns (address)
0x377a75c4ef92502fe40d2b454f0c3829b8c0ffc5
partner() view returns (address)
0xace0a8666953bf9e1fe1cc91abf5db5a1c57dd46
partnerRate() view returns (uint256)
7
paused() view returns (bool)
true
platform() view returns (address)
0x377a75c4ef92502fe40d2b454f0c3829b8c0ffc5
totalPurchasesInWei() view returns (uint256)
32366400000000000000
Read-only
isPauser(address account) view returns (bool)
pricePerCard(uint256) view returns (uint256)
totalPrice(uint256 _numberOfCards) view returns (uint256)
State-modifying
Events addPauser(address account)
blindPack() payable
blindPackTo(address _to) payable
buyBatch(uint256 _numberOfCards) payable
buyBatchTo(address _to, uint256 _numberOfCards) payable
pause()
renounceOwnership()
renouncePauser()
setAttributesBase(uint256 _newAttributesBase) returns (bool)
setCardTypeDefault(uint256 _newDefaultCardType) returns (bool)
setFutballCardsGenerator(address _futballCardsGenerator) returns (bool)
transferOwnership(address newOwner)
unpause()
updatePartnerAddress(address _partner)
updatePartnerRate(uint256 _techPartnerRate)
updatePlatformAddress(address _platform)
updatePricePerCard(uint256[] _pricePerCard) returns (bool)
updatePricePerCardAtIndex(uint256 _index, uint256 _priceInWei) returns (bool)
withdraw() returns (bool)
AttributesBaseChanged(uint256 _new)
DefaultCardTypeChanged(uint256 _new)
FutballCardsGeneratorChanged(address _new)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
PriceInWeiChanged(uint256 _old, uint256 _new)
Unpaused(address account)
constructor(address _wallet, address _partnerAddress, address _generator, address _creator)
This contract contains no fallback and receive objects.
This contract contains no error objects.