TicketSeller
Verified contract
Active on
Ethereum with 516 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4118…f176
Balances ($0.00)
No balances found for "TicketSeller"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18060808 | a year ago | | | 0.005 | 0.0020425225 | |
| 17975354 | a year ago | | | 0 | 0.0076193651 | |
| 17975121 | a year ago | | | 0.01 | 0.0028417963 | |
| 17974308 | a year ago | | | 0.005 | 0.0027724852 | |
| 17974265 | a year ago | | | 0.005 | 0.0021173885 | |
| 17974113 | a year ago | | | 0.005 | 0.0028040114 | |
| 17974040 | a year ago | | | 0.005 | 0.0021055155 | |
| 17973960 | a year ago | | | 0.005 | 0.0026689589 | |
| 17973877 | a year ago | | | 0.005 | 0.0024552900 | |
| 17973833 | a year ago | | | 0.005 | 0.0020877357 |
ABI
ABI objects
Getter at block 21319087
ACCOUNTANT() view returns (bytes32)
0x4143434f554e54414e5400000000000000000000000000000000000000000000
ADMIN() view returns (bytes32)
0x41444d494e000000000000000000000000000000000000000000000000000000
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
owner() view returns (address)
0x8002a7d587953b82244cb8adff9e5253e1ef42ee
wallet() view returns (address)
0x411865eb9539b681f7aa32f7f6eed67f5ea7f176
Read-only
cost(address, uint256) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getSales(address collection, uint256 id) view returns (address[], uint256[])
hasRole(bytes32 role, address account) view returns (bool)
paused(address collection, uint256 id) view returns (bool)
salesAmount(address, uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events account(address collection, uint256 id)
buy(address collection, uint256 id) payable
grantRole(bytes32 role, address target)
pause(address collection, uint256 id, bool isPaused)
renounceOwnership()
renounceRole(bytes32 role, address account)
repayment(address collection, uint256 id, uint256 maxIndex)
revokeRole(bytes32 role, address target)
setCost(address collection, uint256 id, uint256 value)
setWallet(address value)
transferOwnership(address newOwner)
Bought(address indexed collection, uint256 indexed id, address indexed buyer, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Repayment(address indexed collection, uint256 indexed id, address indexed buyer, uint256 amount)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.